.store-product-detail-image img{
	margin-right: 1em;
}

/* CSS Document */
body {
	color: black;	
	font-size: 100%;
	background:url(images/backgroundgray2.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

table {
	border-collapse: collapse;
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

.ulol_content {
	padding-top:1em;
	padding-bottom:1em;
	margin-left: 1.25em;
	line-height: 1.2em;
}

.ulol_content2 {
	padding-top:1em;
	padding-bottom:1em;
	margin-left: .1em;
	line-height: 1.2em;
	font-size: 90%;
	font-weight: bold;
}


/* Header */

#banner {
	background:url(images/banner.jpg) no-repeat;
	height:58px;
	margin-top: 1em;
	border-bottom: #000000 4px solid;
}

#banner_l {
	float:left;
	width:575px;
	padding-left:1em;
}

#banner_r {
	float:right;
	width:322px;
}

/* Buy & Search */

.search {
	padding-left:0em;
	padding-right:2.5em;
	height: 33px;
	
}

.search ul{
   height: 33px;
   list-style:none;
   background:url(images/searchbackground.jpg) repeat-x;
   border-right: #94c6ff 1px solid;
}

.search li {
	float: left;
	height: 33px;
	color:#ffffff;
	padding-right:.5em;
}

/* Main Navigation */

#menu {
	font-size: 120%;
	border-bottom: #4b7bd2 2px solid;
	height: 32px;
}

#menu ul {
    list-style:none;
	background-color: #4b7bd2;
	padding-left:7px;
	height: 32px;
	clear:both;
}

#menu li {
	text-align:center;
	display: block;
	float: left;
	width:196px;
	height: 32px;
}

#menu a {
	text-decoration: none;
	padding-top: 5px;
	padding-bottom:6px;
	color: #ffffff;
	display: block;
	width:196px;
	height: 32px;
	background:url(images/menu.jpg) no-repeat;

}

#menu a:hover {
	background: url(images/menu_hover.jpg) no-repeat;
	
}

#menu .active a {
	color: #ffffff;
	background: url(images/menu_selected.jpg) no-repeat;
}


/* Expando Menu */

#expandotab {
	font-size: 70%;
	height: 47px;
	padding-top:20px;
	background:url(images/submenu_background.jpg) repeat-x;
	border-left:#000000 1px solid;
	border-right:#000000 1px solid;
}

* html #expandotab {
	margin-bottom: 1em;
}

#expandotab ul{
	list-style-type: none;
	margin-left: 10px;
	padding:0;
}

#expandotab li{
	display:inline;
	margin-right:0px;
	padding:0px;
}

#expandotab a {
	float:left;
	text-decoration: none;
	padding:0 0 0 5px;
	background:url(images/submenu_l.png) no-repeat left top;
	height:27px;
}

#expandotab a span.expandotab_inner {
	float:left;
	display:block;
	padding:7px 7px 0px 3px;
	color:#ffffff;
	text-decoration: none;
	background:url(images/submenu_r.png) no-repeat right top;
	height:27px;
	margin-right:2px;
}

#expandotab #current a {
	background:url(images/submenu_active_l.png) no-repeat left top;
	height:27px;
	padding:0 0 0 5px;
}

#expandotab #current a span.expandotab_inner {
	background:url(images/submenu_active_r.png) no-repeat right top;
	color: #000000;
	text-decoration:none;
	padding:7px 7px 0px 3px;
	height:27px;
}

#expandotab a:hover {
	text-decoration:underline;
	color:#000000;
}

#expandotab a:hover span.expandotab_inner {
	color:#000000;
}



/* Bottom Menu */

#bottom_menu {
	text-align: left;
	padding-left: 15px;
	background: url(images/bottom_menu.jpg) no-repeat;
	height:28px;
	border-top: #000000 1px solid;
}

#bottom_menu ul {
	list-style: none;
	font-size: 75%;
	clear:both;
}

#bottom_menu li {
	display: block;
	float: left;
	height: 28px;
	padding-left: 1em;
	padding-right:1.25em;
	background: url(images/bottom_menu_deco.jpg) no-repeat;
	text-align:center;
	padding-top:7px;
}

#bottom_menu a {
	text-decoration: none;
	color: #ffffff;
	font-weight: lighter;
}

#bottom_menu a:hover {
	text-decoration: underline;
}


#page {
	width:994px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 1em;
}

.padding {
	padding-left:1em;
	padding-right:1em;
	padding-bottom:1em;
}

/* Links & Link Classes */

a {
	color: #3C80B4;
	text-decoration:none;
}

a:hover {
	color: #3C80B4;
	text-decoration: underline;
}

.link1 {
	font-size: 175%;
	margin: .67em 0;
}

.link2 {
	font-size: 150%;
	margin: .75em 0;
}

.link3 {
	font-size: 130%;
	margin: .83em 0;
}

.link4 {
	font-size: 115%;
	margin: 1.12em 0;
}

.link5	{
	font-size: 100%;
	margin: 1.5em 0;
}

.link6 {
	font-size: 90%;
	margin: 1.67em 0;
}

.link7 {
	font-size: 80%;
}

/* Content */

#content {
	background: url(images/contentbackground.jpg) repeat-y;
}

.crumb {
	font-size: 80%;
	text-transform: uppercase;
	padding-left: 2em;
	padding-top: 1em;
	padding-bottom: .25em;
}

.crumb2 {
	font-size: 70%;
	padding-left: 2em;
	padding-top: -.25em;
	padding-bottom: -.25em;
}

.crumb3 {
	font-size: 70%;
	padding-left: 2em;
	padding-top: .5em;
	padding-bottom: -.25em;
}

/* Single Column */

#one_col {
	padding-top: .1em;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom:1em;
	font-size: 10pt;
}


/* Two Columns , 60/40 */

#two_col {
	padding-top: 1.5em;
}

#two_l {
	float:left;
	width:497px;
	padding-bottom: 2em;
}

#two_r {
	float:right;
	width: 497px;
	padding-bottom: 2em;
}

#two_mull {
	float:left;
	width:497px;
	padding-left: 50px;
	padding-bottom: 2em;
}

#two_mulr {
	float:right;
	width: 447px;
	padding-bottom: 2em;
}



/* Three Columns - Equal */

#three_col {
	padding-top: 1.5em;
	padding-bottom: 2em;
}

#three_l {
	float: left;
	width: 331px;
}

#three_r {
	float: right;
	width: 331px;
}

#three_m {
	margin-left: 331px;
	margin-right: 331px;
	width: 331px;
}


/* Three Columns - Product */

#three_product {
	padding-top: 1.5em;
	padding-bottom: 2em;
}

#three_lproduct {
	float: left;
	text-align: center;
	width: 180px;
}

#three_rproduct {
	float: right;
	text-align: center;
	width: 180px;
}

#three_mproduct {
	margin-left: 180px;
	margin-right: 180px;
	width: 633px;
}

/* Four Columns */

#four_col {
	padding-top: 1.5em;
	clear:both;
}

#four_l {
	float: left;
	width: 493px;
}

#four_ll {
	float: left;
	width: 244px;
}

#four_lr {
	float: right;
	width: 244px;
}

#four_r {
	float: right;
	width: 493px;
}


#four_rl {
	float: left;
	width: 234px;
}

#four_rr {
	float: right;
	width: 254px;
}



/* Footer */

#footer {
	font-size: 80%;
	text-align:center;
	margin-top:15px;
}

#footer a {
	margin-left: 7px;
	margin-right: 7px;
	text-decoration: none;
	color: #3C80B4;
}

#footer a:hover {
	text-decoration: underline;
	color: #3C80B4;
}

.V24r {font-family:Verdana,sans-serif; font-style:normal; font-weight:bold; font-size:170%; color:#ff0000;}
.V24 {font-family:Verdana,sans-serif; font-style:normal; font-weight:bold; font-size:170%;}
.V22 {font-family:Verdana,sans-serif; font-style:normal; font-weight:bold; font-size:156%;}
.V18 {font-family:Verdana,sans-serif; font-style:normal; font-weight:bold; font-size:128%;}
.V16 {font-family:Verdana,sans-serif; font-style:normal; font-weight:bold; font-size:110%;}
.V14 { font-family:Verdana,sans-serif; font-style:normal; font-weight:normal; font-size:100%; }
.V14b { font-family:Verdana,sans-serif; font-style:normal; font-weight:bold; font-size:100%; }
.V14r { font-family:Verdana,sans-serif; font-style:normal; font-weight:bold; font-size:100%;  color:#ff0000;}
.V13 { font-family:Verdana,sans-serif; font-style:normal; font-weight:normal; font-size:92%; }
.V12b { font-family:Verdana,sans-serif; font-style:normal; font-weight:bold; font-size:85%; }
.V12 { font-family:Verdana,sans-serif; font-style:normal; font-weight:normal; font-size:85%; }
.V11 { font-family:Verdana,sans-serif; font-style:normal; font-weight:normal; font-size:78%; }
.V11b { font-family:Verdana,sans-serif; font-style:normal; font-weight:bold; font-size:78%; }
.V10 { font-family:Verdana,sans-serif; font-style:normal; font-weight:normal; font-size:71%; }

input.centr {margin-left:auto; margin-right:auto; display:block; text-align:center;} 

img.mycenter {margin-left:auto; margin-right:auto; display:block; text-align:center; border-style: none;} 
img.tight {margin-top:-10px; margin-bottom:-10px;} 


#t_two
{
border-bottom: 100px;
}

