



/* Home Content */


#content2
{
 width:614px; 
 float:right;
 margin-bottom:0px;
}
/*Contact Us Section*/
#content2 #pagebody{color:#333366; font-family:verdana;font-size:12px;}
#content2 #section{clear:both;padding-top:8px; padding-left:15px; background:url("../images/bgs/prodborder.gif") top left no-repeat;}
 #content2 .section{clear:both;padding-top:8px; padding-left:15px; background:url("../images/bgs/prodborder.gif") top left no-repeat;}
 h3{color:#FF9933; font-size:16px;}
#section #formtable{color:#333366;font-size:12px;}
#section #formtable .tag{width:115px;}
#section #formtable .input{text-align:left;}

.section #formtable{color:#333366;font-size:12px;}
.section #formtable .tag{width:115px;}
.section #formtable .input{text-align:left;}
#contactinfo{width:500px;padding-bottom:55px;}
#contactinfo .mail{float:left;}
#contactinfo .hours{float:right;}
#content2 a{color:#0066CC;}
#content2 a:hover{text-decoration:none;}


/*Products Section*/
#content2 #prodbox{width:296px; height:338px;float:left;}
#content2 #prodimage{background:url("../images/bgs/prodmainbg.gif") no-repeat top right; height:338px; text-align:center}
#content2 #prodimage img{margin-top:45px;}
#content2 #prodcommentbox{width:296px;position:relative; text-align:center;padding-top:10px;}
#content2 #proddescrip{font-size:11px;width:418px;color:#313C55;float:right;background:url("../images/bgs/prodborder.gif") top left no-repeat;}
#content2 #proddescrip h3{color:#FEA773; font-size:18px;margin:0; padding:12px 0 0 12px;}
#content2 #proddescrip p{padding:0 0 0 15px;}
#content2 #proddescrip ul.specs{margin:0;padding:0 0 0 30px;list-style-type:circle;}
#content2 #proddescrip h5{clear:left;color:#FE8035;font-size:14px;padding:5px 0 0 12px;}
#content2 #proddescrip input{vertical-align:middle; border:1px solid #CCCCCC;}
#content2 #proddescrip span{color:#313C55; font-size:11px;font-weight:normal;}
#sizes{padding-bottom:5px;margin:-10px 0 0 -30px;display:block;}
#sizes ul{list-style:none;}
#sizes li{float:left;padding:0 4px 0 0;cursor:pointer;}
#colors ul{list-style:none;}

#cartadd input{border:0;}
#cartadd{padding-left:15px;font-size:14px;}
#content2 #prodinfonew a{color:#11539E; font-family: Arial, Helvetica, sans-serif; font-size:13px; font-weight:normal;}
#content2 #prodinfonew{background:url("../images/new.jpg") no-repeat top right;font-weight:bold; text-align:left;}
#content2 #prodinfonew b{color:#FE6D16}
#content2 .prodinfo{margin:5px 0 10px 0;padding:0 0 0 5px; font-family:arial, veradan, san serif; font-size:13px;}
#content2 .prodinfo a{font-family:arial, veradan, san serif; color:#11539E; font-size:13px; font-weight:normal;}
#content2 .prodinfo{font-weight:bold; text-align:left;}
#content2 .prodinfo b{
	color:#104b7d;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	
}
#content2 #bottomimgs{clear:both;text-align:center; padding:45px 0 0 5px;margin:0; width:595px;}
#bottomimgs #limg{float:left;}
#bottomimgs #rimg{float:right;}
#content2 #products .imgbox{
	background-color:#fff;
	border: 3px solid #fff; 
	height:190px;
	width:197px;
}
#content2 #products .empty{
	background-color:#fff;
	border: 3px solid #fff; 
	height:230px;
	width:197px;
}
#content2 #products .empty2{
	background-color:#fff;
	border: 3px solid #fff; 
	height:230px;
	width:400px;
}
#content2 #products
{
	color:#11539E;
  font-size:11px;
	position:relative;
}
#content2 #products ul
{
list-style:none;
vertical-align:middle;
padding:0;
margin: 8px 0 0 0;
}
#content2 #products .first
{
	padding:0;
}
#content2 #products li
{
text-align:center;
float:left;
padding-left:10px;
}
// Andy Langton's show/hide/mini-accordion - updated 23/11/2009
// Latest version @ http://andylangton.co.uk/jquery-show-hide

// this tells jquery to run the function below once the DOM is ready
#(document).ready(function() {

// choose text for the show/hide link - can contain HTML (e.g. an image)
var showText='Show';
var hideText='Hide';

// initialise the visibility check
var is_visible = false;

// append show/hide links to the element directly preceding the element with a class of "toggle"
#('.toggle').prev().append(' (<a href="#" class="toggleLink">'+showText+'</a>)');
#('.toggle').hide();
#('a.toggleLink').click(function() {

// switch visibility
is_visible = !is_visible;

// change the link depending on whether the element is shown or hidden
#(this).html( (!is_visible) ? showText : hideText);

// toggle the display - uncomment the next line for a basic "accordion" style
//#('.toggle').hide();#('a.toggleLink').html(showText);
#(this).parent().next('.toggle').toggle('slow');

// return false so any link destination is not followed
return false;

}


#content2 #products img{margin-top:5px;}
#content2 .togglelinks{color:#313C55}
#content2 #toggleproduct{width:296px; text-align:center;font-family:verdana;font-size:13px;}
#content2 #toggleproduct img{vertical-align:middle;}
/*END PRODUCTS SECTION*/



#maincontent2
{
	width:452px;
	float:left;
}
#secondarycontent2
{
	width:264px;
	float:right;
}




.imghover img{
border: 3px solid #ccc;
}

.imghover:hover img{
border: 3px solid navy;
}

.imghover:hover{
color: red; /* irrelevant definition to overcome IE bug */
}
