@charset "utf-8";
/* BOXES */

/* all types of boxes */
div#catlist, div#searchresults_list, div#referlist {
	position: relative;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 679px;
	margin: 0px 0px 0px -30px;
	padding-left: 30px;
}
div#catlist h3, div#searchresults_list h3 {
	text-align: center;
	width: 619px;
	clear: both;
	padding: 10px 0px 10px 0px;
	color: #666666;
}
div#catlist p, div#searchresults_list p {
	width: 619px;
	clear: both;
	padding: 0px;
}
div#catlist div.row, div#searchresults_list div.row {
	clear: both;
	width: 640px;
}

/* catagory list boxes (style 1) */
div#catlist.box1 a, div#searchresults_list div.box1 a {
	position: relative;
	float: left;
	clear: none;
	width: 100px;
	height: 190px;
	color: #9a99ff;
	background-color: #696156;
	padding: 3px;
	margin: 11px 22px 11px 0px;
	opacity: 1.0 !important;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}
div#catlist.box1 a:hover, div#searchresults_list div.box1 a:hover {
	color: #ab4682;
	background-color: #333367;
}
.box1 span.thumb { 
	position: relative;
	width: 100px;
	height: 150px;
	overflow: hidden;
	background-color: #666;
}

div#catlist.box1 img, div#searchresults_list div.box1 img {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: auto;
}
div#catlist.box1 img, div#catlist.box1 a img, div#catlist.box1 a:hover img, div#searchresults_list div.box1 img, div#searchresults_list div.box1 a img, div#searchresults_list div.box1 a:hover img {
	border: none;
}

div#catlist.box1 span.title, div#searchresults_list div.box1 span.title {
	position: relative;
	float: left;
	width: 94px;
	font-size: 90%;
	font-weight: bold;
	margin: 5px 3px;
}
.row span.out_of_stock { /*out of stock ribbon */
	position: relative;
	float: left;
	width: 106px;
	height: 150px;
	overflow: visible;
	margin: -153px -3px -3px -3px;
	background-image: url("http://cdn.sockdreams.com/gfx/ribbons/sold-out.gif?c=4PX6EBZI37TCVPWFA87UZ5") !important;
	background-repeat: no-repeat;
	clear: none !important;
}

/* catagory detail boxes (style 2) */
div#catlist.box2, div#searchresults_list div.box2 {
	margin-top: 5px;
}
div#catlist.box2 a, div#searchresults_list div.box2 a {
	float: left;
	color: #9a99ff;
	background-color: #696156;
	display: block;
	width: 100px;
	height: 320px;;
	padding: 3px;
	margin:11px 22px 11px 0;
	opacity: 1.0 !important;
	text-align: center;
}
div#catlist.box2 a:hover, div#searchresults_list div.box2 a:hover {
	color: #b1447b;
	background-color: #333367;
}
.box2 span.thumb { 
	position: relative;
	width: 100px;
	height: 150px;
	display: block;
	overflow: hidden;
	background-color: #696156;
	
}

div#catlist.box2 img, div#searchresults_list div.box2 img {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	width: 100px;
	height: auto;
	clear: both;
}
div#catlist.box2 img, div#catlist.box2 a img, div#catlist.box2 a:hover img, div#searchresults_list div.box2 img, div#searchresults_list div.box2 a img, div#searchresults_list div.box2 a:hover img {
	border: none;
}
div#catlist.box2 span.title, div#catlist.box2 span.price, div#catlist.box2 span.plus, div#searchresults_list div.box2 span.title, div#searchresults_list div.box2 span.price, div#searchresults_list div.box2 span.plus {
	float: left;
	font-size: 90%;
	font-weight: bold;
	margin: 3px 3px;
	width: 96px;
}
div#catlist.box2 span.title, div#searchresults_list div.box2 span.title {
	min-height: 70px;
	text-align: left;
	letter-spacing: -1px !important;
	word-spacing: 2px !important;
}

div#catlist.box2 span.price, div#searchresults_list div.box2 span.price {
	color: #fff;
	text-align: right;
	width: 90px;
	margin: 3px 6px;
	height: 30px;
	font-size: 16px;
	font-weight: normal;
}
div#catlist.box2 span.price span.reduced, div#searchresults_list div.box2 span.price span.reduced {
	color: #C00;
	text-decoration: line-through;
	padding-right: 10px;
	font-size: 12px;
}
div#catlist.box2 span.price span.regular, div#searchresults_list div.box2 span.price span.regular {
	color: #000000;
	text-decoration: line-through;
	padding-right: 10px;
}
div#catlist.box2 span.price span.wholesale, div#searchresults_list div.box2 span.price span.wholesale {
	color: #0C0;
	text-decoration: none;
	padding-right: 10px;
}
div#catlist.box2 span.plus, div#searchresults_list div.box2 span.plus {
	color: #999999;
	font-weight: normal;
	text-align: center;
	height: 16px;
}


/* product detail boxes (style 3) */
div#catlist.box3 a {
	float: left;
	color: #ad457e;
	background-color: #696156;
	display: block;
	width: 184px;
	height: auto;
	padding: 3px 3px 0px 3px;
	margin: 11px 22px 11px 0px;
	opacity: 1.0 !important;
	text-align: left;
}
div#catlist.box3 a:hover {
	color: #ad457e;
	background-color: #5b4f71;
}

div#catlist.box3 img {
	float: left;
	padding: 0px;
	margin: 0px 2px 3px 0px;
	clip: rect(0px,76px,114px,0px);
	width: 76px;
	height: 114px;
}
div#catlist.box3 img, div#catlist.box3 a img, div#catlist.box3 a:hover img {
	border: none;
}

div#catlist.box3 span {
	font-size: 90%;
	font-weight: bold;
	padding: 3px 3px;
}
div#catlist.box3 span.title {
	float: left;
	min-height: 86px;
	width: 100px;
}
div#catlist.box3 span.price {
	float: left;
	color: #312614;
	text-align: right;
	padding: 0px 3px;
	width: 94px;
}
div#catlist.box3 span.price span.reduced {
	color: #eb042a;
	text-decoration: line-through;
	padding-right: 10px;
}


/* product detail boxes (style 4/shopping bag/wishlist) */
div.bagitem-left {
	position: relative;
	float: left;
	background-color: #edeaf5;
	margin-bottom: 20px;
	width: 300px;
	margin-right: 20px;
}
div.bagitem-left div.bagitem-right {
	position: relative;
	float: left;
	width: 174px;
	height: 235px;
	font-size: 85%;
	margin-top: 20px;
}
div.bagitem-left div.bagitem-right p.shortdescrip {
	height: 90px;
	overflow: hidden;
}
div.bagitem-left div.bagitem-buttons {
	position: relative;
	float: left;
	width: 174px;
}
div.bagitem-left div.bagitem-buttons input {
	display: inline;
	clear: none;
	border: none;
	margin: 0px; padding: 0px;
	margin-right: 5px;
	opacity: 1.0;
	height: 20px;
}
div.bagitem-left div.bagitem-right select {
	margin: 3px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	height: 24px;
	max-width: 170px;
}
div.bagitem-left div.bagitem-right span.subtot {
	position: relative;
	float: left;
	font-family: "Courier New", Courier, monospace;
	font-size: 26px;
	line-height: 36px;
	height: 40px;
	width: 174px;
	font-weight: bold;
	color: #312614;
	margin: 10px 0px 0px 0px;
	padding-top: 40px;
	text-align: right;
}
.shortdescrip a {
	color: #ad457e !important;
}
div.bagitem-left div.bagitem-right div.selectors {
	position: relative;
	float: left;
	margin-top: -100px;
}
div#catlist.box4 {
	margin-bottom: 20px;
}
div#catlist.box4 p {
	width: 174px !important;
}
div#catlist.box4 a.lhs {
	position: relative;
	float: left;
	color: #9a99ff;
	background-color: #696156;
	display: block;
	width: 100px;
	min-height: 280px;
	padding: 3px;
	margin: 0px 10px 0px 0px;
	opacity: 1.0 !important;
	text-align: center;
}
div#catlist.box4 a.lhs:hover {
	color: #ad457e;
	background-color: #333367;
}
div#catlist.box4 a.outofstock, div#catlist.box4 a.stocknotice {
	color: #fff;
	background-color: #c95092;
}
div#catlist.box4 a.lhs img {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	clip: rect(0px,100px,150px,0px);
	width: 100px;
	min-height: 150px;
}
div#catlist.box4 img, div#catlist.box4 a.lhs img, div#catlist.box4 a.lhs:hover img {
	border: none;
}
div#catlist.box4 a.lhs span.title, div#catlist.box4 a.lhs span.price, div#catlist.box4 a.lhs span.plus {
	float: left;
	font-size: 90%;
	font-weight: bold;
	margin: 3px 3px;
	width: 96px;
}
div#catlist.box4 a.lhs span.title {
	min-height: 80px;
	text-align: left;
}

div#catlist.box4 a.lhs span.price {
	color: #fff;
	text-align: right;
	width: 90px;
	margin: 3px 6px;
}
div#catlist.box4 a.lhs span.price span.reduced {
	color: #cc3300;
	text-decoration: line-through;
	padding-right: 10px;
}
div#catlist.box4 a.lhs span.plus {
	color: #999999;
	font-weight: normal;
	text-align: center;
}
form#gotocheckout p {
	font-size: 18px;
	font-family: "Courier New", Courier, monospace;
	color: #666666;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	line-height: 40px;
	height: 40px;
}
form#gotocheckout p.lhs {
	width: 400px;
	float: left;
}
form#gotocheckout p.rhs {
	width: 170px;
	float: right;
	text-align: right;
}
form#gotocheckout p strong {
	font-size: 26px;
	color: #333333;
}
form#gotocheckout p input {
	float: left;
	clear: none;
	border: 0px;
	margin: 0px 0px 0px 0px; padding: 0px;
	opacity: 1.0;
}
p.cartfooterleft, p.cartfooterright {
	position: relative;
	text-align: left;
	font-size: 85%;
	font-weight: bold;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
p.cartfooterright {
	float: right;
	margin: 0px 30px 10px 0px;
}

/* delete button */
a.delete_button {
	background-image: url("http://cdn.sockdreams.com/gfx/icons/delete-up.gif?c=4PX6EBZI37TCVPWFA87UZ5");
	background-repeat: no-repeat;
	width: 15px; height: 15px;
	display: block;
	margin: 2px 5px 20px 0px; 
	padding: 0px;
	position: relative;
}
a:hover.delete_button {
	background-image: url("http://cdn.sockdreams.com/gfx/icons/delete-dn.gif?c=4PX6EBZI37TCVPWFA87UZ5");
}
a.delete_button strong {
	display: none !important;
}


/* PRODUCT DETAIL PAGE */

.contentblock.productdetail {
	margin-bottom: 20px;
}
.contentblock.productdetail div#main_image_wrapper {
	float: left;
	padding-right: 20px;
}
.contentblock.productdetail div#mainimage {
	float: left;
	padding-right: 20px;
}
.contentblock.productdetail div#mainimage img {
	margin: 0px;
	/*border: 3px solid #cccccc !important;*/
}
#image_wrapper {
	border: 3px solid #cccccc !important;
}
.contentblock.productdetail div#productinfo {
	float: left;
	width: 392px;
	min-height: 233px;
}
#productinfo .prodselect {
	float: left;
	width: 100%;
}
#productinfo .prodselect select {
	float: left;
	display: inline;
	clear: none;
	margin-right: 10px;
}
#productinfo .price {
	font-size: 220%;
	font-weight: bold;
	clear: right;
	float: right;
	font-family: "Courier New", Courier, monospace;
	color: #666666;
}
#productinfo .addanother {
	float: left;
	clear: both;
	font-size: 95%;
	margin-bottom: 20px;
}
#productinfo .extrainfo {
	position: relative;
	width: 100%;
	float: left;
	clear: both !important;
	font-size: 95%;
}
#productinfo .extrainfo p {
}

/* BUTTONS */
.butt-tiny-white, .butt-tiny-rust, butt-tiny-notice {
	background-image: url("http://cdn.sockdreams.com/gfx/formbuttons/bg-butt-tiny-white.gif?c=4PX6EBZI37TCVPWFA87UZ5") !important;
	background-repeat: repeat-x !important;
	height: 20px !important;
	border: 1px solid #efefef !important;
	color: #312614 !important;
	font-weight: bold !important;
	font-size: 11px !important;
	padding-right: 4px !important;
	padding-left: 4px !important;
	margin-right: 8px !important;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	float: left;
	cursor: pointer;
	background-color: #fff;

}
.butt-tiny-rust {
	background-image: url("http://cdn.sockdreams.com/gfx/formbuttons/bg-butt-tiny-rust.gif?c=4PX6EBZI37TCVPWFA87UZ5") !important;
	color: #ffffff !important;
	cursor: pointer;
	background-color: #8a5a70;
}
.butt-big-rust {
	position: relative;
	opacity: 1.0 !important;
	background-image: url("http://cdn.sockdreams.com/gfx/formbuttons/bg-butt-big-rust.gif?c=4PX6EBZI37TCVPWFA87UZ5") !important;
	background-repeat: repeat-x !important;
	height: 30px !important;
	border: 1px solid #b44c85 !important;
	color: #ffffff !important;
	font-weight: bold !important;
	font-size: 13px !important;
	margin: 0px;
	padding: 0px;
	padding-right: 8px !important;
	padding-left: 8px !important;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	float: right;
	cursor: pointer;
	background-color: #8a5a70;
	background-position: center;
}

.butt-tiny-notice {
	border: 1px solid #C00 !important;
	color: #ad457e !important;
	cursor: pointer;
}

#prodselect_buttons {
	position: relative;
	width: 100%;
	height: 50px;
	float: left !important;
	text-align: left !important;
	padding-bottom: 10px;
	clear: both !important;
}


a.wishlist {
	background-image: url("http://cdn.sockdreams.com/gfx/icons/wishlist-grey-up.gif?c=4PX6EBZI37TCVPWFA87UZ5");
	background-position: 0px 15px;
	background-repeat: no-repeat;
	width: 70px;
	height: 50px;
	margin: 0px 0px 10px 40px;
	padding: 10px 0px 0px 30px;
	font-weight: bold;
	display: block;
	color: #cccccc !important;
}
a.wishlist:hover {
	background-image: url("http://cdn.sockdreams.com/gfx/icons/wishlist-grey-dn.gif?c=4PX6EBZI37TCVPWFA87UZ5");
	opacity: 1.0 !important;
	color: #8d7050 !important;
}
a.wishlistcreme {
	background-image: url("http://cdn.sockdreams.com/gfx/icons/wishlist-creme-up.gif?c=4PX6EBZI37TCVPWFA87UZ5");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 100px;
	height: 23px;
	margin: 10px 0px 5px 0px;
	padding: 4px 0px 0px 25px;
	font-weight: bold;
	font-size: 90%;
	display: block;
	color: #999999 !important;
	float: right;
	clear: both;
}
a.wishlistcreme:hover {
	background-image: url("http://cdn.sockdreams.com/gfx/icons/wishlist-creme-dn.gif?c=4PX6EBZI37TCVPWFA87UZ5");
	opacity: 1.0 !important;
	color: #eb8c78 !important;
}
a.addtocart {
	background-image: url("http://cdn.sockdreams.com/gfx/icons/addtocart-grey-up.gif?c=4PX6EBZI37TCVPWFA87UZ5");
	background-position: 0px 13px;
	background-repeat: no-repeat;
	width: 125px;
	height: 25px;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 25px;
	font-weight: bold;
	display: block;
	color: #696156 !important;
}
a.addtocart:hover {
	background-image: url("http://cdn.sockdreams.com/gfx/icons/addtocart-grey-dn.gif?c=4PX6EBZI37TCVPWFA87UZ5");
	opacity: 1.0 !important;
	color: #8d7050 !important;
}

/* Product Page Styles */
.size_not_found_error {
	position: absolute;
	width: 370px;
	z-index: 10;
	padding: 10px;
	font-weight: bold;
	background-color: white;
	-moz-border-radius: 5px;
	border-radius:5px;
	-moz-box-shadow: 0px 0px 5px #dcc19c;
	-webkit-box-shadow: 0px 0px 5px #dcc19c;
	box-shadow: 0px 0px 5px #dcc19c;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#dcc19c')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#dcc19c');
}

.size_not_found_error_morph {
	color: #d21f15;	
}

.outofstock_error {
	background-color: #ffffff;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	border-radius:5px;
	-moz-box-shadow: 0px 0px 5px #dcc19c;
	-webkit-box-shadow: 0px 0px 5px #dcc19c;
	box-shadow: 0px 0px 5px #dcc19c;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#dcc19c')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#dcc19c');
	padding-bottom: 10px;
}

.outofstock_error p {
	padding: 10px;
}

.outofstock_error_title {
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	background-color: #d21f15;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
	padding: 10px;
}

.outofstock_error input, .outofstock_error form, #brand_notify_form {
	clear: none;
	float: none;
}

.outofstock_notification_form_and_message p, .notify_form p, .notify_form input, .brand_notification_form_and_message p {
	font-size: 95%;
}

.notify_form, #brand_notify_form {
	font-size: 90%;
	padding: 10px !important;
	border: 1px solid #cccccc;
	background-color: #efefef;
	margin-left: 10px;
	margin-right: 10px;
}

.notify_form button {
	width: 100px;
	font-weight: bold;
}

.stock_notification_success,#brand_notify_success {
	font-weight: bold;
	color: #E86C90;
	margin: 10px;
}

.notification_loader {
	font-weight: bold;
	color: #CCC;
	margin: 10px;
}
