/*--- 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;
}
.main_content ul li {
	margin-left:10px;
	list-style:outside;
}

/*-- Featured Products Thumbnails --*/
.thumbnail_wrap {
	width:500px;
	height:auto;
	float:left;
	margin-top:20px;
	border-top:1px solid #ccc;
}
.thumbnail_wrap h2 {
	padding-bottom:10px;
}
.thumbnail_wrap.single_row {
	margin-bottom:25px;
}
.thumbnail_wrap.end {
	border:none;
	margin-bottom:25px;
	padding: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 Discliamer --*/
#prod_disc {
	height:auto;
	width:500px;
	margin:20px 0;
	padding:10px 0 20px 0;
	border-top:1px #ccc solid;
	clear:both;
}
#prod_disc ul {
	text-align:center;
	margin:5px 0 0 0;
}
#prod_disc ul li {
	color:#999;
	display:inline;
	padding:0px 7px;
	font-size:0.85em;
}

/*-- Product Navigaton --*/
.null_tab {
	background-color: #ed1c24;
	font-size:0.8em;
	color:#FFFFFF;
	margin: 0px;
	padding: 5px;
}
.null_tab_content {
	width:auto;
	height:auto;
	padding:5px;
	border:1px solid #000;
	margin:0 0 25px 0;
}
.null_tab_content a {
	color:#000;
}
.null_tab_content a:hover {
	color:#ed1c24;
}
.null_tab_content ul {
	font-size:0.8em;
	margin:5px;
}
.null_tab_content li {
	padding:7px 0;
	color:#ed1c24;
	border-bottom:#CCC 1px solid;
}
.null_tab_content li.no_border {
	border-bottom:none;
}
.StartTab {
	padding: 0px 0px 5px 5px;
}
.StartTab_pandp {
	padding: 0px 0px 5px 5px;
}
.EndTab {
	border:none;
	background:url(../../assets/spry_sub_bg.gif) bottom repeat-x;
	background-color: #ed1c24;
}
/*--- Terms and Conditions ---*/
.tandc {
	font-size:0.65em;
	margin-bottom:20px;
}
/*-- Additional Information --*/
.add_info {
	height:auto;
	width:500px;
	border-top:1px solid #cccccc;
	float:right;
	margin-top:20px;
	padding-top:10px;
}