/*------------------------------------------------------------------ 
# Trams - Products Style Sheet
#  
# 2010 OctoberFive Design
# Version:    1.0 
# Last change:   04/05/2010
# -------------------------------------------------------------------*/ 

/*--- Vendors Styles ---*/
.products_logo_info_wrap {
	height:auto;
	width:500px;
	margin:20px 0;
	border-top:1px solid #cccccc;
	float:left;
}
.products_logo {
	height:100px;
	width:100px;
	float:left;
	margin:20px 0 0 20px;
}
#offer {
	margin:0 0 10px 0;
}
/*-- Featured Products Thumbnails --*/
.thumbnail_wrap {
	width:500px;
	height:auto;
	float:left;
	margin: 20px 0;
	border-top:1px solid #ccc;
}
.thumbnail_wrap h2 {
	margin-top:0.6666666em;
}
.thumbnail_wrap.single_row {
	margin-bottom:25px;
}
.thumbnail_wrap.end {
	border:none;
	padding:0px;
	margin-top:0px;
}
.thumbnail {
	width:150px;
	height:150px;
	float:left;
	border:1px solid #ccc;
	margin-right:20px;
}
.thumbnail.single_prod {
	margin:0px auto;
	float:none;
}
.thumbnail:hover {
	border:1px solid #999;
}
.thumbnail.right {
	margin-right:0px;
}
/*--- Product Container Styles ---*/
.product_img_wrap {
	width:500px;
	height:auto;
	margin:20px 0;
	padding:15px 0 15px 0;
	border-top:1px #ccc solid;
	border-bottom:1px #ccc solid;
}
.product_img_large {
	width:500px;
	height:auto;
}
.product_img_large img {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
/*--- Centrify Styles ---*/
.cent_wrap {
	height:auto;
	width:500px;
	margin:10px 0 0 0;
	border-top:1px solid #cccccc;
	float:left;
	padding:10px 0 0 0;
}
.cent_wrap img {
	margin-left:60px;
}

/*--- Quark Styles ---*/
.bundle_wrap {
	width:500px;
	float:left;
	margin:20px 0 30px 0;
	}
#main_content_wrap .bundle_wrap ul li {
	list-style:disc;
}
.bundle {
	width:225px;
	float:left;
	}

.bundle_left {
	border-right:1px solid #CCC;
	padding:0 20px 0 0;
	margin:0 20px 0 0;
}

/*--- Terms and Conditions ---*/
.tandc {
	font-size:1em;
	margin-bottom:20px;
}
