#navwrapper {
	width: 948px;
	margin: 0 auto;
}
#main-menu {
	position: absolute;
	top: 146px;
	font-size: 11px;
	width: 948px;
	z-index: 5010;
}

#main-menu ul { 
	padding: 0;
	margin: 0;
	line-height: 1em;
	list-style-type: none;
	float: right;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: lowercase;
	z-index: 5002;
	background-color: #fff;
 }
#main-menu a:link, #main-menu a:visited, #main-menu a:active, #main-menu a:hover { 
	color: #000;
	text-decoration: none;
 }
#main-menu ul li { 
	float: left;
	margin: 0;
	padding: 0;
	z-index: 5002;
 }
#main-menu li a { 
	height: 25px;
	display: block;
	text-indent: -500px;
	overflow: hidden;
 } 
#mainnavdivlinetop {
	background: #C1C1C1;
	height: 1px;
	width: 100%;
}
#mainnavdivlinebottom {
	background: #C1C1C1;
	height: 1px;
	width: 100%;
	top: 26px;
	position: absolute;
}
#main-menu li {
	background-position: 50% 0; 
	background-repeat: no-repeat;
}
#main-menu li ul { 
    display: none;
    width: 160px;
    position: absolute;
    padding-top: 0px;
    padding-bottom: 0px;
    top: 25px;
    left: auto;
    border: #999 1px solid;
 }

 
#main-menu li li { 
	float: none;
	position: relative;
 }

#main-menu li li a { 
	background-image: none;
	text-indent: 0;
	padding: 4px 3px 5px 12px;
	display: block;
	height: auto;
 }
 
#main-menu li li a:hover { 
	background-color: #ededed;
	display: block;
 }
 
#main-menu li li.subsub a { 
	background-image:url(/images/global/menu_arrow.gif);
	background-position: 149px 50%;
	background-repeat: no-repeat;
 } 
 
#main-menu li li.subsub a:hover {
	background-color: #ededed;
 } 

#main-menu li li.subsub li a { 
	background-image: none;
 } 
 
#main-menu ul ul ul { 
	top: -1px;
	left: 160px;
	}


/* Upper Menu */
#upper-menu {
	position: absolute;
	font-size: 11px;
	width: 948px;
	z-index: 5011;
}

#upper-menu-right {
	padding-top: 2px;
	float: right;
	margin-top: 17px;
	width: 139px;
	height: 86px;
	border-left: 1px solid #c1c1c1;
	text-align: left;
}

#upper-menu-left {
	padding-top: 2px;
	float: right;
	width: 103px;
	height: 70px;
	margin-top: 17px;
}

#upper-menu-search {
	float: right;
	margin-top: 23px;
	font-size: 10px;
}

#upper-menu ul { 
	padding: 0;
	margin: 0;
	line-height: 1em;
	list-style-type: none;
	float: left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: lowercase;
	z-index: 5003;
	background-color: #fff;
 }
 
#upper-menu a:link, #upper-menu a:visited, #upper-menu a:active, #upper-menu a:hover { 
	color: #000;
	text-decoration: none;
 }
 
#upper-menu ul li { 
	float: left;
	margin: 0;
	padding: 0;
	z-index: 5003;
 }
 
#upper-menu li a { 
	height: 17px;
	display: block;
	text-indent: -500px;
	overflow: hidden;
 } 
 
#upper-menu li {
	background-position: 50% 0; 
	background-repeat: no-repeat;
}

#upper-menu li ul { 
	display: none;
	width: 160px;
	position: absolute;
	padding-top: 0px;
	padding-bottom: 0px;
	top: 65px;
	left: auto;
	border: #999 1px solid;
 }
 
#upper-menu li li { 
	float: none;
	position: relative;
 }

#upper-menu li li a { 
	background-image: none;
	text-indent: 0;
	padding: 4px 3px 5px 12px;
	display: block;
	height: auto;
 }
 
#upper-menu li li a:hover { 
	background-color: #ededed;
	display: block;
 }
 
#upper-menu li li.subsub a { 
	background-image:url(/images/global/menu_arrow.gif);
	background-position: 149px 50%;
	background-repeat: no-repeat;
 } 
 
#upper-menu li li.subsub a:hover {
	background-color: #ededed;
 } 

#upper-menu li li.subsub li a { 
	background-image: none;
 } 
 
#upper-menu ul ul ul { 
	top: -1px;
	left: 160px;
	}

 
/*Throw this in the JS*/
#main-menu li:hover {
	
}
#upper-menu li:hover {
	
}

/*Primary Nav Images*/ 
/*Mountain Bike */

li#navvisitrdb { 
	background-image: url(/images/global/mtb_menu/menu-visit-rdb.gif); 
	width: 103px;
}
li#navbikes { 
	background-image: url(/images/global/mtb_menu/menu-bikes.gif);
	width: 62px;
}
li#navcomponents { 
	background-image: url(/images/global/mtb_menu/menu-components.gif);
	width: 96px;
}
li#navapparel { 
	background-image: url(/images/global/mtb_menu/menu-apparel.gif);
	width: 72px;
	color: #494949;
}
li#navaccessories { 
	background-image: url(/images/global/mtb_menu/menu-accessories.gif);
	width: 96px;
}
li#navshop { 
	background-image: url(/images/global/mtb_menu/menu-shop.gif);
	width: 106px;
}
li#navreturn { 
	background-image: url(/images/global/mtb_menu/menu-nqa-returns-policy.gif);
	width: 124px;
}
li#navspecials { 
	background-image: url(/images/global/mtb_menu/menu-specials.gif);
	width: 76px;
}
li#navreview {
	background-image: url(/images/global/mtb_menu/menu-reviews-video.gif);
	width: 108px;
}
li#navblogs {
	background-image: url(/images/global/mtb_menu/menu-blogs-twitter.gif);
	width: 104px;
}
 
/* Road Bike */
li#navvisitmtb { 
	background-image: url(/images/global/road_menu/menu-visit-mtb.gif); 
	width: 97px;
}
li#navbikesrdb { 
	background-image: url(/images/global/road_menu/menu-bikes.gif);
	width: 59px;
}
 li#navcomponentsrdb { 
background-image: url(/images/global/road_menu/menu-components.gif);
width: 94px;
}
li#navapparelrdb { 
	background-image: url(/images/global/road_menu/menu-apparel.gif);
	width: 70px;
	color: #494949;
}
li#navaccessoriesrdb { 
	background-image: url(/images/global/road_menu/menu-accessories.gif);
	width: 94px;
}
li#navshoprdb { 
	background-image: url(/images/global/road_menu/menu-shop.gif);
	width: 104px;
}

li#navreturnrdb { 
	background-image: url(/images/global/road_menu/menu-nqa-returns-policy.gif);
	width: 122px;
} 
li#navspecialsrdb { 
	background-image: url(/images/global/road_menu/menu-specials.gif);
	width: 74px;
}
li#navreviewrdb {
	background-image: url(/images/global/road_menu/menu-reviews-video.gif);
	width: 106px;
}
li#navblogsrdb {
	background-image: url(/images/global/road_menu/menu-service-course.gif);
	width: 126px;
}
 /* Road Bike End */
 
/* Upper Menu */

li#navcart { 
	background-image: url(/images/global/menu-upper-cart.gif);
	width: 103px;
 }
li#navgallery {
	background-image: url(/images/global/menu-upper-gallery.gif);
	width: 103px;
}
li#navgift {
	background-image: url(/images/global/menu-upper-gift-cards.gif);
	width: 103px;
}
li#navcompany {
	background-image: url(/images/global/menu-upper-company.gif);
	width: 103px;
}
li#navjoinemail {
	background-image: url(/images/global/menu-upper-join-email.gif);
	width: 103px;
}
li#navfit { 
	background-image: url(/images/global/menu-upper-fit-calculator.gif);
	width: 103px;
} 
li#navfitresults { 
	background-image: url(/images/global/menu-upper-your-fit-results.gif);
	width: 103px;
}
li#navlivechat {
	/*background-image: url(/images/global/menu-upper-live-chat.gif);*/
	width: 103px;
}
li#navaccount { 
	background-image: url(/images/global/menu-upper-my-account.gif);
	width: 103px;
}
li#navphone { 
	background-image: url(/images/global/menu-upper-phone.gif);
	width: 103px;
}
li#navcontact { 
	background-image: url(/images/global/menu-upper-contact.gif);
	width: 103px;
}
/* Old Menu */
li#navnews { 
	background-image: url(/images/global/menu-news.gif);
	width: 49px;
}




#brandlayer {
	position: absolute;
	display: none;
	background: #FFFFFF;
	left: 145px;
	width: 747px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid #999;
}

#brandlayer div div { 
	background-color: #FFF;
	line-height: 1em;
}
	
#brandlayer div div a  { 
	text-indent: 0;
	padding: 4px 12px 5px 12px;
	display: block;
	height: auto;
}
#brandlayer div div:hover  { 
	background: #EDEDED;
}

#apparellayer {
	position: absolute;
	display: none;
	background: #FFFFFF;
	left: 265px;
	width: 293px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid #999;
}

#apparellayer div div { 
	background-color: #FFF;
	line-height: 1em;
}
	
#apparellayer div div a  { 
	text-indent: 0;
	padding: 4px 12px 5px 12px;
	display: block;
	height: auto;
}
#apparellayer div div:hover  { 
	background: #EDEDED;
}

#apparellayer div div strong  { 
	text-indent: 0;
	padding: 4px 12px 5px 12px;
	display: block;
	height: auto;
	font-size: 11px;
}
#apparellayer div div strong:hover  {
	background: #FFFFFF; 
}

/* @group Footer */

#footer {
	clear: both;
	padding-top: 53px;
	width: 948px;
	/*overflow: hidden;*/
}

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover { 
	text-decoration: none;
	}

#footer ul { 
	margin: 0px;
	list-style: none;
	}


ul.end {
	padding: 0 0 3px 14px;
	float: left;
}

ul.end li {
	float: left;
	/* overflow: hidden; */
	color: #000;
	margin-right: 15px;
	font-size: 0.625em;
}

ul.end li a:hover {
	color: #999;
}

#main-menu a.gruppo {
	color: #cc0000;
}

/* zoom related styles start here */
.scs {
	position: absolute;
	overflow: hidden;
	left: 49px;
	height: 70px;
	width: 700px;
	margin-left: 0px;
}
.sc {
	position: absolute;
	left: 0px;
}
.thumbsarrowsupdown {
	float: left;
}
#leftarrowpos {
	position: absolute;
	left: 762px;
	top: 42px;
	width: 20px;
	height: 20px;
}
#rightarrowpos {
	position: absolute;
	left: 20px;
	top: 42px;
	width: 20px;
	height: 20px;
}
.zoomposition {
	position: absolute;
	padding-top: 20px;
	padding-left: 20px;
	z-index: 5015;
	left: 15px;
	display: none;
}
.zoominnercontainer {
	background: #FFFFFF;
	width: 0px;
	position: absolute;
}
#bigbox{
	width: 383px;
	height: 383px;
	overflow: hidden;
	border: 1px #999999 solid;
	position: absolute;
	left: 395px;
	top: 113px;
	background: #FFF;
}
#pointerimgcontainer{
	width: 350px;
	height: 340px;
}

#zoomInterface {
	width: 764px;
	height: 460px;
	font: 10px Arial, Helvetica, sans-serif;
	margin-top: 16px;
	margin-left: 20px;
}
#thumbcolortext {
	float: left;
	width: 67px;
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}
#thumbcolor {
	float:left;
	text-align: left;
	width: 70px;
}
#thumbcolor img {
  border: 1px solid #999;
}


#purchase {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
}
#purchase a {
	font: 11px Arial, Helvetica, sans-serif;
	color: #c00;
	margin-right: 3px;
	text-decoration: none;
}
#purchase a:hover{
	color: #F0B2B2;
	text-decoration: none;
}
#purchase img {
	margin-right: 3px;
	margin-bottom: -1px;
}

#debugcontainer {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9999999;
	background: #FFFFFF;
	width: 200px;
	height: 40px;
	border: 1px solid #000000;
}

#custom_drop { 
	display: none;
	width: 145px;
	position: absolute;
	top: 0px;
	left: 0px;
	border: #9A9A9A 1px solid;
	background: #FFF;
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 17px;
	text-align: left;
}

#custom_drop ul {
	background: #FFF;
}

#custom_drop li a { 
	padding: 4px 3px 5px 12px;
	display: block;
	text-decoration: none;
}
 
#custom_drop li a:hover, #custom_drop li a:active { 
	background-color: #ededed;
	text-decoration: none;
}
#drop_down_arrow {
	cursor: pointer;
	border: none;
}
#customdropdowncontainer {
	width: 177px;
	text-align: right;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	left: -48px;
}
#customdropdowntext {
	float: left;
	text-align: left;
	padding-left: 8px;
	border: 1px solid #9A9A9A;
	width: 142px;
	height: 13px;
	padding-top: 2px;
	padding-bottom: 1px;
	text-decoration: none;
}
/*#customdropdowncontainer {
	width: 167px;
	text-align: right;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	left: -39px;
}
#customdropdowntext {
	float: left;
	text-align: left;
	padding-left: 12px;
	border: 1px solid #9A9A9A;
	width: 133px;
	height: 13px;
	padding-top: 3px;
	text-decoration: none;
}*/
#customdropdowntextopen {
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 1px;
	width: 142px;
	text-decoration: none;
}
.cust_scroll_bar {
	scrollbar-base-color: #EFEFEF;
	scrollbar-arrow-color: #EFEFEF;
	scrollbar-3dlight-color: #EFEFEF;
	scrollbar-darkshadow-color: #EFEFEF;
	scrollbar-face-color: #AAAAAA;
	scrollbar-highlight-color: #EFEFEF;
	scrollbar-shadow-color: #EFEFEF;
	scrollbar-track-color: #EFEFEF;
}
.demozoomrel {
	position: relative;
	width: 0px;
	height: 0px;
}
.demozoomposition {
	left: 146px;
	top: 60px;
	position: absolute;
	display: block;
	z-index: 5000;
	overflow: hidden;
	width: 0px;
	height: 0px;
	border: 1px solid;
	border-color: transparent;
}
.demozoomposition img {
	border: none;
}
.realclear {
	clear: both;
	height: 0px;
}
#slidezoomclose {
	position:absolute;
	left: 0px;
	top: 485px;
	padding: 13px;
	cursor: pointer;
}
.bikezoomposition {
	position: absolute;
	left: 35px;
	text-align: right;
	padding: 8px;
	padding-right: 0px;
	top: 158px;
	width: 871px;
	height: 18px;
	display: block;
	z-index: 1001;
	cursor: pointer;
}

#overzoomlayer{
	position: absolute;
	z-index: 999999;
	border: none;
	width: 168px;
	height: 93px;
	cursor: pointer;
}
.cartslideaccount {
	overflow: auto;
	width: 550px;
	height: 470px;
	margin-left: 20px;
	padding-top: 20px;
}
.cartslideaccount label {
	float: left;
	width: 120px;
	font-size: 11px;
	padding-top: 5px;
	vertical-align: middle;
}
.cartslideaccount input {
	font-size: 11px;
	border: 1px solid #666;
}
.cartslideaccountbutton {
	padding: 1px 10px;
	background-color: #E1E1E1;
	border: 1px solid #666;
	font-size: 11px;
}

.cartslideforgotpassword {
	overflow: hidden;
	width: 360px;
	height: 250px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 20px;
}
.cartslideforgotpasswordbutton {
	padding: 1px 10px;
	background-color: #E1E1E1;
	border: 1px solid #666;
	font-size: 11px;
}

.cartslidepromptlogin {
	overflow: auto;
	width: 760px;
	height: 320px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 20px;
}
.cartslidepromptloginbutton {
	padding: 1px 10px;
	background-color: #E1E1E1;
	border: 1px solid #666;
	font-size: 11px;
}
.returningcustomers {
	float: left;
	width: 380px;
	height: 200px;
	border-right: 1px solid #999;
	font-size: 12px;
}

.returningcustomers a:link {
	text-decoration: none;
}
.returningcustomers a:visited {
	text-decoration: none;
}
.returningcustomers a:hover {
	text-decoration: underline;
}
.returningcustomers a:active {
	text-decoration: none;
}

.newcustomers {
	float: left;
	width: 359px;
	margin-left: 20px;
	font-size: 12px;
}
.cartslidepromptlogin label {
	float: left;
	width: 70px;
	vertical-align: middle;
	font-size: 11px;
	padding-top: 5px;
}
.cartslidepromptlogin input {
	border: 1px solid #666;
	font-size: 11px;
}
.cartslidepromptlogin input.box {
	float: left;
	margin: 3px 5px 0 0;
}
.cartslidepromptlogin label.checkbox {
	vertical-align: middle;
	width: 120px;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	padding-top: 3px;
}
#loginerrormessage {
	display: none;
	color: red;
	font-size: 12px;
}
.skudimsetup {
	overflow: hidden;
	width: 550px;
	height: 470px;
	margin-left: 20px;
	padding-top: 20px;
	font-size: 12px;
}
.skudimsetup input {
	font-size: 11px;
	border: 1px solid #666;
}
.skudimsetup select {
	padding: 2px;
	font-size: 11px;
}
.skudimsetupbutton {
	padding: 1px 10px;
	background-color: #E1E1E1;
	border: 1px solid #666;
	font-size: 11px;
}
#logincreateaccount { 
	background: url(/images/global/arrow-sm.gif) no-repeat 0 50%;
	padding: 0 0 0 10px;
}
#forgotpasswordform{
	font-size: 12px;
}
#forgotpasswordform label {
	width: 50px;
	float: left;
	padding-top: 5px;
	font-size: 11px;
}
#forgotpasswordform input {
	font-size: 11px;
	border: 1px solid #666;
}
.saveforlaterlogin {
	overflow: hidden;
	width: 360px;
	height: 250px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 20px;
	font-size: 12px;
}
.saveforlaterlogin label {
	float: left;
	width: 70px;
	vertical-align: middle;
	font-size: 11px;
	padding-top: 5px;
}

.saveforlaterlogin input {
	border: 1px solid #666;
	font-size: 11px;
}
.saveforlaterbutton {
	padding: 1px 10px;
	background-color: #E1E1E1;
	border: 1px solid #666;
	font-size: 11px;
}
/* Resizeable Background Shadow */
.shadow-one {
	position: absolute;
	padding-top: 20px;
	padding-left: 20px;
	z-index: 5015;
	left: 15px;
	display: none;
}
.corner-a {
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background: url(/images/global/shadow.png) right top no-repeat;
}
.corner-b {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	background: url(/images/global/shadow.png) left bottom no-repeat;
}
.shadow-two {
	background: url(/images/global/shadow.png) right bottom no-repeat;
}
.shadow-three {
	position: relative;
	left: -20px;
	top: -20px;
	background: url(/images/global/shadow.png) left top no-repeat;
}
.shadow-four {
	position: relative;
	left: 10px;
	top: 10px;
}

/* Custom Alert Box */

#customAlert {
	width: 220px;
	left: 184px;
	z-index: 9999;
	font-size: 11px;
}

#customAlertHeader {
	background: #CA3624;
	width: 100%;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 2px;
}

#customAlertTitle {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}

#customAlertContent {
	padding-left: 17px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 17px;
	background: #FFF;
}

#customAlertContent input {
	font-size: 11px;
	border: 1px solid #666;
	background: #E1E1E1;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}

#liveChatBlocker {
	position: absolute;
	z-index: 999999;
	width: 105px;
	height: 20px;
	background: #FFF;
	left: 809px;
	top: 17px;
	display: none;
}
#christmas_gift {
	position: absolute;
	left: 489px;
	top: 42px;
	display: none;
}

#dotd_content {
	margin-left: 30px;
	height: 36px;
	font-size: 32px;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

#dotd_content_coming_soon {
	margin-left: 100px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}

#the_deal_container {
	position: absolute;
	left: 678px;
	top: 227px;
	width: 234px;
	font-size: 12px;
	z-index: 1;
}

#the_deal_header {
	color: #424242;
	font-size: 26px;
	padding-bottom: 11px;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

#the_deal_email_signup_temp {
	width: 150px;
	height: 18px;
	border: 1px solid #A3A3A3;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	vertical-align: middle;
	padding-top: 3px;
}

#the_deal_join_button_temp {
	border: 1px solid #999;
	background-color: #C30004;
	color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
	height: 23px;
	font-size: 12px;
	vertical-align: middle;
}

#the_deal_email_signup {
	width: 150px;
	height: 18px;
	border: 1px solid #A3A3A3;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	vertical-align: middle;
	padding-top: 3px;
}

#the_deal_join_button {
	border: 1px solid #999;
	background-color: #C30004;
	color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
	height: 23px;
	font-size: 12px;
	vertical-align: middle;
}

.dotd_signup {
	width: 194px;
	background: #E3E3E3;
	padding: 20px;
}

.dotd_temp_signup {
	float: left;
}

#dotd_sep {
	width: 875px;
	border-top: 1px solid #CCC;
	height: 1px;
	margin-left: 35px;;
}

/* New Order Confirmation Page */
.ocLabel {
	font-size: 12px;
	float: left;
	width: 135px;
	font-weight: bold;
}
.ocLeftContainer {
	width: 600px;
}
.ocLableIndent {
	margin-left: 20px;
	width: 80px;
}
.ocData {
	font-size: 12px;
	float: left;
}
.ocPrice {
	width: 80px;
	text-align: right;
}
.ocClear {
	clear: both;
	height: 10px;
}
.ocTextField {
	width: 145px;
	height: 18px;
	border: 1px solid #A3A3A3;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 11px;
	vertical-align: middle;
	padding-top: 3px;
	padding-left: 5px;
}

.oc_button {
	border: 1px solid #999;
	background-color: #C30004;
	color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
	height: 23px;
	font-size: 12px;
	vertical-align: middle;
}


#sendTextSignupResponse {
	color: #c00;
	font-weight: bold;
	margin-left: 10px;
	display: none;
}

.ocAddressUpdateMsg {
	position: absolute;
	left: 350px;
	width: 250px;
	font-size: 12px;
	padding: 10px;
	background: #f3f3f3;
	line-height: 16px;
	color: #000;
	border: 1px solid #c00;
}

.ocRightCol {
	float: right;
	width: 234px;
	font-size: 12px;
	line-height: 16px;
	margin-top: 20px;
	margin-right: 10px;
}

.ocRightColHeader {
	color: #444;
	font-size: 24px;
}

/* one page checkout */
#shippingContainer {
	position: relative;
	height: 0px;
	overflow: hidden;
	width: 422px;
	float: left;
	margin-left: 35px;
}

.shippingSelect {
	margin-bottom: 0px;
	text-align: left;
	font-size: 11px;
	color: #636363;
	font-weight: bold;
}

#shippingDisplay {
	height: 0px;
	overflow: hidden;
	position: relative;
}

#shippingLoading {
	width: 100%;
	height: 100%;
	position: absolute;
	display: inline;
	background: #FFF;
}

.h3OnePage {
	font-weight: bold;
	color: #C4110A;
}

.onePageCheckoutClear {
	clear: both;
	margin-bottom: 20px;
	margin-top: 20px;
	border-top: 1px solid #A3A3A3;
}

.floatLeft25 {
	float: left;
	width: 20px;
}
									
