@import url("../css/inside.css");







/*  PRODUCT LISTINGS

--------------------------------------------------------------------------------- */

#product_list {

	padding: 15px 0;

	border-top: 1px solid #ccc;

	border-bottom: 1px solid #ccc;

	font-size: 10px;

}

#product_list .product_item {

	float: left;

	margin: 0 4px 10px 4px;
	
	width: 200px;
	height: 280px;

}

#primary #product_list .product_item h4 {

	font-size: 12px;

	margin: 0;

	font-weight: bold;

}

#product_list .product_item h4 a {

	color: #777;

}

#product_list .product_item h4 a:hover {

	color: #014683;

	text-decoration: underline;

}

#product_list .product_item img {

	border: 1px solid #ccc;

	margin: 0 0 5px 0;

}

#primary #product_list .product_item .price {

	display: block;

	width: 200px;

}

#primary #product_list .product_item p {

	margin: 0;

	line-height: 11px;

}	

#product_list .product_item p strong {

	text-transform:uppercase;

	color: #014683;

}



#product_list .btn_details {

	width: 79px;

	height: 17px;

	display: block;

	margin: 5px 0 20px 0;

	text-indent: -999em;

	background: url(../gfx/btn_details.gif) no-repeat 0 0;

}

 

#product_list .btn_details:hover {

	background-position: 0 -17px;

} 



/* --  PAGINATE ---- */

#primary .product_paginate  {

	text-align: center;

	padding: 10px 0;

	font-weight: bold;

	font-size: 11px;

	position: relative;

}

#primary .product_paginate #prev_page {

	display: block;

	height: 10px;

	line-height: 10px;

	margin: 0;

	color: #555;

	font-size: 10px;

	text-transform: uppercase;

	background: url(../gfx/paginate_arrow_left.gif) no-repeat 0 0;

	padding: 0 0 0 15px;

	position: absolute;

	top: 15px;

	left: 0;

}

#primary .product_paginate #prev_page:hover {

	color: #014683;

	background-position: 0 -10px;

}





#primary .product_paginate #next_page {

	display: block;

	height: 10px;

	line-height: 10px;

	margin: 0;

	color: #555;

	font-size: 10px;

	text-transform: uppercase;

	background: url(../gfx/paginate_arrow_right.gif) no-repeat 100% 0;

	padding: 0 15px 0 0;

	position: absolute;

	top: 15px;

	right: 0;

}

#primary .product_paginate #next_page:hover {

	color: #014683;

	background-position: 100% -10px;

}





/*  SORT

--------------------------------------------------------------------------------- */

#primary .pro_sort {

	position: absolute;

	right: 40px;

	top: 0;

}

#primary .pro_sort label {

	display: block;

	text-transform: uppercase;

	color: #555;

	font-size: 11px;

	font-weight: bold;

	margin: 0 0 5px 0;

}

#primary .pro_sort select {

	width: 140px;

	font: 11px Arial, Helvetica, sans-serif;

	padding: 4px;

	color: #888;

}



/*  PRODUCT DETAILS

--------------------------------------------------------------------------------- */

#detail_container {

	border-top: 1px solid #ccc;

	padding: 20px 0 0 0;

	margin: 0 0 25px 0;

	position: relative;

}



#detail_container #sq_pro_image img {

	border: 1px solid #ccc;

	margin: 0 15px 15px 0;

	float: left;

}

#detail_container .price strong {

	display: block;

	text-transform: uppercase;

	color: #014683;

	padding: 0;

	margin: 0;

}

#detail_container strong {

	text-transform: uppercase;

	color: #014683;

	padding: 0 5px 0 0;

	margin: 0;

}

#primary #detail_container .price {

	padding: 0;

	font-size: 12px;

	font-weight: bold;

	margin: 0 0 10px 0;

}

#primary #detail_container .item_num {

	font-size: 10px;

	font-weight: bold;

	margin: 0 0 15px 0;

}



#primary #detail_container .btn_fullsize {

	width: 120px;

	height: 17px;

	display: inline-block;

	text-indent: -999em;

	background: url(../gfx/btn_full-image.gif) no-repeat 0 0;

	margin:0 0 5px 0;

}



#primary #detail_container .btn_fullsize:hover {

	background: url(../gfx/btn_full-image.gif) no-repeat 0 -17px;

}



/*  SIMILAR PRODUCT CAROUSEL

--------------------------------------------------------------------------------- */

#related_products {

	width: 645px;

	height: 320px;

	background: url(../gfx/sidebox_gradient.jpg) repeat-x 0 0;

	border-top: 1px solid #ccc;

	position: relative;

	left: -42px;

	padding: 20px 40px 0 40px;

}

#global_content #primary #related_products h3 {

	font-size: 12px;

	color: #555;

	padding: 0 0 0 40px;

	margin: 0 0 15px 0;

	font-weight: bold;

	background: url(../gfx/detailbox_h3.png) no-repeat 30px 0;

	height: 25px;

	border: none;

	line-height: 25px;

}





/*  PRODUCTS DETAILS BOX

--------------------------------------------------------------------------------- */

#global_content #primary #featured_title {

	background: url(../gfx/icon_blue-star.gif) no-repeat 0 50%;

	margin: 0 0 20px 0;

}



#product_details_box {

	width: 725px;

	height: 260px;

	background: url(../gfx/sidebox_gradient.jpg) repeat-x 0 0;

	border-top: 1px solid #ccc;

	position: relative;

	left: -42px;

}



#product_details_box .colbox {

	width: 201px;

	float: left;

	padding: 20px;

}



#primary #product_details_box .colbox h3 {

	font-size: 12px;

	color: #555;

	padding: 0 0 0 10px;

	margin: 0 0 15px 0;

	font-weight: bold;

	background: url(../gfx/detailbox_h3.png) no-repeat 0 0;

	height: 25px;

	border: none;

	line-height: 25px;

}



#bcrums {

	position: absolute;

	top: 0;

	left: 15px;

}

#bcrums li {

	float: left;

	margin: 0 10px 0 0;

	background: url(../gfx/bcrumb_dash.gif) no-repeat 100% 50%;

	padding: 0 15px 0 0;

}

#bcrums li a {

	color: #555;

	text-transform: uppercase;

	font-weight: bold;

	font-size: 11px;

}

#bcrums li a:hover, #bcrums li.active a, #bcrums li.active {

	color: #014683;

	text-decoration: underline;

	background: none;

}	







/* --- MOST SOLD --- */

#product_details_box #list_most_sold li {

	clear: both;

	position: relative;

	margin: 0 0 10px 0;

	font-size: 11px;

}

#product_details_box #list_most_sold li img {

	float: left;

	border: 1px solid #ccc;

	margin: 0 10px 0 0;

}

#primary #product_details_box #list_most_sold p {

	margin: 0;

}

#primary #product_details_box #list_most_sold li h4 {

	margin: 0 0 5px 0;

	padding: 0;

	font-size: 11px;

}

#product_details_box #list_most_sold li h4 a {

	font-weight: bold;

	color: #555;

	text-decoration: underline;

}

#product_details_box #list_most_sold li h4 a:hover {

	color: #014683;

}

#product_details_box #list_most_sold li p strong {

	font-size: 10px;

	text-transform: uppercase;

	color: #014683;

}



#product_details_box #list_most_sold li .btn_details {

	width: 79px;

	height: 17px;

	display: inline-block;

	text-indent: -999em;

	background: url(../gfx/btn_details.gif) no-repeat 0 0;

}

 

#product_details_box #list_most_sold li .btn_details:hover {

	background-position: 0 -17px;

} 







/* --- NEWEST PRODUCTS --- */

#product_details_box #list_newest li {

	margin:0 0 20px 0;

	font-size: 10px;

	background: url(../gfx/arrow_tiny-blue.gif) no-repeat 0 5px;

	padding: 0 0 0 10px;

}

#product_details_box #list_newest li a {

	display: block;

	text-decoration: underline;

	font-weight: bold;

	font-size: 12px;

}

#product_details_box #list_newest li .price {

	font-weight: bold;

}

#product_details_box #list_newest li .price strong {

	text-transform: uppercase;

	color: #014683;

}