.tellfriend a:link {font-size: 11px; text-decoration:underline}
img { border:0}
#addtocart { margin:0 !important}
#item_template { text-align:left; margin-top:2px; margin-left:20px;}

#item_template h1 {font-size:19px; color:#000000; height:40px; font-weight: normal; color:#333333; line-height:40px; letter-spacing:2px; margin-bottom:30px;}

#item_template #top {/*margin-left:161px;*/}

#item_template #item_image {float:left; width:400px}
#item_template #cartfriend {float:left; margin-left:20px; margin-top:40px; }
#item_template #item_cart { background-color:#EbEbEb; padding:20px; border:#CCCCCC solid 1px; margin-bottom:10px}

#item_template .price { color:#000000; font-weight:bold; font-size: 14px; margin-bottom:15px;}
#item_template .msrp { color:#666666; text-decoration:line-through; font-size:12px; padding-bottom:7px}
#item_template #item_info	{
	clear: both;
	float: left;
	margin-bottom: 30px;
}
#left_side {
	float: left;
	width: 530px
}

#left_side .title { margin-top:30px}
#right_side {
	float: left;
	margin-left: 55px;
}
#right_side p { padding-top:20px}

#item_template h2, #item_template h3 { margin:0; font-size:12px; font-weight: normal}

.outofstock { color:red; font-size:11px; font-weight:bold; margin-top:5px}

.clickimage { margin-top:10px; margin-bottom:5px; font-size:11px}

#backInStockMail a:link { text-decoration: underline; font-size:11px}

#related_list_table { background-image:url(/site/images/related_bg.gif);}

#related_list_table .item_cell { width:167px; background-image:url(/site/images/dots_h.jpg); background-repeat:repeat-x; background-position:left bottom; text-align:center !important; vertical-align:bottom !important}

#related_list_table .item_cell td {text-align:center !important; vertical-align:bottom !important}

#related_list_table .item_cell h4 { margin-top:10px; margin-bottom:10px; font-weight:normal}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px; 
	background-color: transparent !important
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto; 
	border: #CCCCCC solid 3px;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
	border: #CCCCCC solid 3px; border-top: none !important
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em; color:#FFFFFF
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}
#multiImagesThumbs { clear:both; padding-top:15px}
#multiImagesThumbs li { display: inline}
.linkEnlargeImg {color: #003366; text-decoration:underline}
#reviewTI {
color:#333333;
font-size:15px;
font-weight:normal;
font-family:"Lucida Grande","Lucida Sans","Trebuchet MS",Arial,Verdana,sans-serif
}
#review_box { margin:30px 0px; font-size:10pt;  }
#reviews_average a	{
		font-weight:bold;
		/*display:block;*/
	}
	#reviews_starline	{
		margin-bottom:10px;
	}
	.product_review {
		border-bottom:1px dotted #333333;
		color:#FFFFFF;
		float:left;
		margin-bottom:10px;
		padding-bottom:10px;
		width:530px;
	}
	.product_review .heading, .product_review .content, .product_review .footing {
		float:left;
		width:530px;
	}
	.product_review h3 {
		float:left;
		font-size:13px;
		margin:0 !important;
		color:#000;
	}
	.product_review .heading {
		margin-bottom:5px;
	}
	.product_review .heading .rating {
		float:right;
	}
	.product_review .content blockquote {
		color:#333333;
		font-size:11px;
		margin:0;
	}
	.product_review .footing p {
		font-size:11px;
		font-style:italic;
		margin:0;
color:#333333;
	}
	#add_review {
		color:#333333;
		font-size:11px;
		text-decoration:underline;
	}
	#review_box h4 {
		color:#333333;
		margin:0 0 10px;
		font-size:15px;
font-weight:normal;
font-family:"Lucida Grande","Lucida Sans","Trebuchet MS",Arial,Verdana,sans-serif
	}
	#reviews_container {
	}
	#new_review {
		display:none;
	}
	#starsrating a {
		cursor:pointer;
		display:block;
		float:left;
		height:20px;
		text-indent:-1000px;
		width:10px;
	}
	#starsrating a.left {
		background-image:url(/site/reviews/starleft.png);
	}
	#starsrating a.right {
		background-image:url(/site/reviews/starright.png);
	}
	.selected, .hovered {
		background-position:0 -20px;
	}
	.field {
		clear:both;
		float:left;
		margin-top:10px;
		width:500px;
	}
	.field label {
		color:#333333;
		display:block;
		font-family:Arial,Helvetica,sans-serif;
		font-size:11px;
		font-weight:bold;
		line-height:20px;
		margin-right:5px;
	}
	.field input, .field textarea, .field select, .field div {
		font-size:13px;
		width:270px;
	}
	.field input, .field select, .field textarea {
		border:1px solid #CCCCCC;
	}
	.field.submit input {
		background:#E77200 none repeat scroll 0 0;
		border:1px solid #CCCCCC;
		cursor:pointer;
		height:20px !important;
		width:70px !important;
color:#FFFFFF !important;
	}
	.field span {
		color:#333333;
		font-size:9px;
	}
	.reviews_average {
		color:#333333;
		font-size:11px;
		text-decoration:underline;
	}
	.reviews_img {
		position:relative;
		top:1px;
	}
#links_review_ { padding:5px 0px; height:22px; clear:both;}
#links_review_ a { padding-right:10px;}
#reviews { padding-right:30px;}


