.TTH #left {width:970px !important; width:930px;}
.TTH #left #rightInner {width:740px !important; width:530px;}

.productTitle a {position:relative; float:left;  width:85% !important; width:80%; color: #347C2B; font-weight:bold;}
.productTitle a:hover {color:#FDFF00}

.productPrice a {color:#930;  text-decoration:none;border: 1px solid #000; background-color:#FFF;
								padding:4px !important; padding:0px;}
.productPrice a:hover {color:#FFF;  text-decoration:none;border: 1px solid #000; background-color:#930; }
.product {}

.product .productLeft {position:relative; float:left;margin:5px; }

.product .productLeft img {border: 1px solid #000;}
.product .productLeft img:hover {border:1px solid #0099CC}

.product .productRightAttributes {position:relative; border:1px solid #000; margin-top:5px; 
																	margin-bottom:5px; background-color:#FFF; width:305px !important; 
																	width:400px;float:left; margin-left: 0px !important; margin-left:5px;}
																	
.product .ie_break {clear:none !important; clear:both;}

.product .productAttributeTitle {text-align:center;border-bottom:2px solid #000;}
.product .productAttribute #name {position:relative; float:left; margin-right:3px; width:40%;padding-left:5px; padding-right:5px; padding-bottom:1px; border-right:1px solid #000;}
.product .productAttribute #value {position:relative; color:#F00; padding-left:5px; padding-right:5px; padding-bottom:1px;}
.product .odd {background-color:#E2F3B8}
.product .productText {width:400px;}
.product .productRightText {position:relative; float:left; margin:5px; width:295px !important; width:400px;}


/* trashbox */
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
    background: transparent url(../images/rounded_box.png) no-repeat bottom right; 
} 
.cssbox { 
    width: 740px !important; /* intended total box width - padding-right(next) */
    width: 445px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 10px auto !important; /* use to position the box */ 
  
} 

/* set the top-right image */ 
.cssbox_head { 
    background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head h2 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 15px 0 4px 20px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto; height: 1%; /* IE Holly Hack */ 
} 

/* set the lower-left corner image */ 
.cssbox_body { 
    background-position: bottom left; 
   
   margin-right: 6px !important; /* interior-padding right */ 
   
   padding: 0px 0 25px 14px !important; /* mirror .cssbox_head right/left */ 
   padding: 0px -40px 25px -50px;
} 