/*
Code by Pixelluxe Media
category.css - category page styles
*/

/*Local Typography Styles*/

.category, h4.browse, .item p {
	font-size: 1.2em;
	font-weight: bold;
}

.item p {text-align: center;}

.item {
    float: left;
    background:url(/images/global/load.gif) no-repeat center center;
    padding:0px 15px 15px 0px;
}
.item .thumb{width:156px; height:176px;}

.comingsoon{width:500px; height:200px; background:url(/images/comingsoon.gif) no-repeat left top;}

.category a, .item p a {
    color: #333;
    text-decoration: none;
}

.category a:hover, .item p a:hover, .item:hover p a {
	text-decoration: underline;
}

.description {
	font-size: 1.2em;
	line-height: 1.33em;
}

#colleft dt {
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
}

#colleft dd {
	font-size: 1.2em;
}

ul.browse li a, .send2friend a {
	color: #333;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

ul.browse li a:hover, .send2friend a:hover {
	text-decoration: underline;
}

/*Local Layout Styles*/

.category {
	margin-bottom: 10px;
}

#colright {
	padding-top: 28px;
}

.description {
	margin-bottom: 20px;
}

h4.browse {
	margin-bottom: 4px;
}

ul.browse {
	margin-bottom: 16px;
}

ul.browse li a {
	background: url(/images/global/bullet_sidebar.gif) 0px 7px no-repeat;
	border-bottom: 1px solid #8a8a8a;
	display: block;
	padding: 7px 0 5px 20px;
	width: 279px;
}

.detail dt {
	margin-bottom: 8px;
}

.detail dd.last {
	margin-bottom: 15px;
}

.detail dd.buy a {
	background: url(/images/global/button_buy.gif);
	display: block;
	height: 20px;
	margin-bottom: 12px;
	overflow: hidden;
	text-indent: -9999px;
	width: 93px;
}

.detail dd.chart {
	float: left;
}

.detail dd.chart a {
	background: url(/images/global/sprite_product_options.gif);
	display: block;
	height: 18px;
	overflow: hidden;
	text-indent: -9999px;
	width: 90px;
}

.detail dd.locator a {
	background: url(/images/global/sprite_product_options.gif) -90px 0px;
	display: block;
	height: 18px;
	margin-bottom: 12px;
	overflow: hidden;
	text-indent: -9999px;
	width: 140px;
}

.features {
	margin-bottom: 10px;
        text-align:left;
}

.features dt {
	background: url(/images/global/bullet_sidebar.gif) 0px 8px no-repeat;
	border-bottom: 1px solid #8a8a8a;
	margin-bottom: 7px;
	padding: 7px 20px;
}

.features dd {
	background: url(/images/global/bullet_raquo.gif) 0px 7px no-repeat;
	padding: 3px 20px;
}

.send2friend a {
	background: url(/images/global/bullet_swoosh.gif) 0px 8px no-repeat;
	border-bottom: 1px solid #8a8a8a;
	border-top: 1px solid #8a8a8a;
	display: block;
	margin-bottom: 15px;
	padding: 7px 25px;
	width: 269px;
}

.seal{
    padding-right:5px;
}

div.last {
	margin-right: 0;
}

#detail_img {
	float: left;
	width: 400px;
}

#detail_thumbs {
	float: right;
	width: 100px;
}

#detail_thumbs li {
	margin-bottom: 20px;
}