/* hide stuff */

*{
	margin: 0;
	padding: 0;
}

#cart, ul.widget, #search, #navTop, #leftNav, #rightCol, #nav, .aural, #breadCrumbs, .viewItem, label.qty, input.quantity, button#add_to_cart, #footer, #footer2, #variations, ul#options{
	display: none;
}

body{
	font-family: Arial, Verdana, sans-serif;
	color: #1f354d;
	background: #F1F5F8;
}

a#logo,a:link#logo,a:visited#logo,a:hover#logo,a:active#logo{
	display: block!important;
	font-size: 40px;
	text-decoration: none;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 3px solid #1f354d!important;
	color: #B6C0C7;
}

h1{
	font-size: 24px;
	margin: 0 0 20px 0;
	}

h2{
	font-size: 24px;
	margin: 20px 0 10px 0;
	}

img {border: none;}

#content {
	width: 98%;
	float: none;
	display: block;
	margin: 0;
	padding: 0;
}

.details{
	list-style: none;
	color: #707A7B!important;
	font-size: 10px;
}

.details li{clear: left}

#our_price{
	font-size: 24px;
	color: #1E344C;
	float: left;
}


#product-images{
	width: 242px;
	margin-right: 10px;
	float: left;
}

#productDetails{
	width: 380px;
	border: 1px solid #EEEEEE;
	background: #fff;
	padding: 10px;
	margin-top: 20px;
	font-size: 12px;
	float: left;
}

#productDescription {
	width: 380px;
	border: 1px solid #EEEEEE;
	background: #fff;
	padding: 10px;
	margin-top: 20px;
	font-size: 12px;
	float: left;
}

.thumbnails {
	clear:left;
	margin-bottom:3px;
	width:241px;
}

.thumbnails  li{
	display: inline;
	margin-right: 8px!important;
	}

	.thickbox img{
		margin-bottom: 8px;
	}

.thickbox img, .thumbnails img{
	padding: 4px;
	border: 1px solid #EEEEEE;
	background: #fff;
}