/* -------------------------------------------------------------------------------------*/
/*                                     ITEM TEMPLATE                                    */
/* -------------------------------------------------------------------------------------*/

.contitemtemplate {
	width: 585px;
	border-top:#CCCCCC solid 1px;; margin-top:5px;
}
.contitemtemplateprod {
	width: 439px;
	background-image: url(/site/tulsa/images/item/backprod.gif);
	background-repeat: no-repeat;
}
.contitemtemplaterel {
	width: 146px;
	height: 100%;
	background-image: url(/site/tulsa/images/item/backrelated.gif);
}
.contitemimagecol {
	width: 230px;
	float: left;
}
.contitemdescriptioncol {
	width: 209px;
	float: left;
}
.itemname {
	width: 209px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #333333;
	padding-bottom: 10px;
	padding-top: 20px;
}
.itemdescription {
	width: 209px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-bottom: 10px;
}
.itemcode {
	width: 209px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 10px;
}
.itemprice {
	width: 209px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: red;
	padding-bottom: 10px;
}
#itemaddtocart {
	width: 209px;
	height: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.itemstock {
	width: 209px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#itemimage {
	width: 230px;
	height:	170px;
	text-align: center;
	padding-top: 2px;
}
#itemenlargeimage {
	width: 230px;
	height:	21px;
	text-align: center;
	padding-top: 10px;
}
.dotsseparationline {
	width: 439px;
	height: 1px;
	background-image: url(/site/tulsa/images/item/separation.gif);
	background-repeat: repeat-x;
	margin-top: 15px;
	margin-bottom: 15px;
	clear:left;
}
#itembottombanner {
	width: 439px;
	height:	34px;
	margin-bottom: 15px;
}
.contlabels {
	width: 439px;
	background-image: url(/site/tulsa/images/item/shippingsep.gif);
	background-repeat: repeat-x;
}
#relatedtitle {
	width: 120px;
	height: 30px;
	background-image: url(/site/tulsa/images/item/relatedtitle.gif);
	background-repeat: no-repeat;
/*	padding-top: 20px;
	padding-bottom: 10px;*/
}
#relateditems {
	width: 120px;
	padding:0;
}

/**********************/
/********TABS********/

#slashes {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
	text-align:left;
	width:100%;
	height:35px;
}
#slashes li{
	float:left;
}
.contslashes{
	clear:left;
	width:415px;
	margin-bottom: 15px;
	margin-top: 10px;
}
