/* = Common XHTML tags */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html { }
body {
    background:#fff;
    font:normal 11px Verdana, Tahoma, Arial, Sans-Serif;
    color:#666666;
}

a { color:#261171; text-decoration:none; }
a:hover { text-decoration:underline; }
h1, h2, h3, h4, h5, h6{ font-family:Trebuchet MS, Arial, Helvetica, Sans-Serif; font-weight:normal; }
p{ line-height:15px; }

input{ }
textarea{  }
li { list-style-type:none;   }

/* = Common CSS classes */
*:focus { outline: none; }
.hidden { display: none; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.no-border, a img { border: none!important; }
.bold { font-weight:bold; }
.margin-auto{ margin:auto !important; }
.active-link{ font-weight:bold; }
.padding-top-0{ padding-top:0 !important; }

/* = Float and align elements */
.a-left { text-align: left; }
.a-center { text-align: center !important; }
.a-right { text-align: right; }

.f-left { float: left; }
.f-right { float: right; }
.c-both { clear:both !important; }

/* = Tables */
table {
    border:0px;  /* border="0" */
    border-collapse: collapse; /* cellspacing="0" */
}
table td{
    padding:0px; /* cellspadding="0" */
}

/* = Common sites elements */
.splitter{
    height:1px;
    background:#cdcdcd;
    font-size:1px;
}
.dotted-splitter{
    border-bottom:1px dotted #666666;
    height:1px;
    font-size:1px;
    margin-bottom:7px;
    padding-top:7px;
}

.dotted-splitter-white{
    border-bottom:1px dotted #fff;
    height:1px;
    font-size:1px;
    margin-bottom:7px;
    padding-top:7px;
}

.common-bullet{
    background:url(../images/red-bullet.gif) no-repeat left 5px;
    padding-left:10px;
}
.span-link{
    color:#261171;
    cursor:pointer;
}
.span-link-over{
    color:#261171;
    text-decoration:underline;
    cursor:pointer;
}
.grey-border{
    border-color:#666;
}

/*---Section For Bio Block---*/
.bio-image{
    display:block;
    padding: 5px;
    background:White;
    border:1px solid #bebebe;
    font-size:0;
    height: 140px;
}
.bio-image:hover{
    border:1px solid #9d1109;
}
.bio-content{
    float:right;
    width:270px;
}
.bio-content-three{
    width:224px;
    height: 115px;
}

/*---Common Link Image For Site---*/
.link-image{
    display:inline-block;
    padding:5px;
    border:1px solid #bebebe;
    font-size:0;
}
.link-image:hover{
    border:1px solid #9d1109;
}

/*---Common Link With Red Arrow For Site---*/
.link-arrow{
    background:transparent url(../images/red-arrow.gif) no-repeat 0 4px;
    padding-left:10px;
}
.link-arrow:hover{
    background:transparent url(../images/blue-arrow.gif) no-repeat 0 4px;
}

/*---Products panel. List Of Current Products---*/
.products-panel{
    width:170px;
    text-align:center;
}
.page-title-leftside {
	/* width: 523px; */
}
.btnBackInline {
	float: none !important;
	margin: 5px 0px 0px 0px !important;
	display: block;
}
.side-adv .products-panel {
	width: 180px;
	text-align: center;
	padding-top: 10px;
	border-top:1px dotted #666666;
}
.side-adv h2.caption-red {
	padding-bottom: 4px;
}
.side-adv .dotted-splitter {
	margin: 0px;
	padding: 0px;	
}
.side-adv  .products-panel h4.subheader-blue {
	height: auto;
	padding-bottom: 2px;
}
.side-adv  .products-panel .bold {
	padding-bottom: 17px;
}
.products-panel .dotted-splitter{
    margin:0 auto 9px;
    padding-top:0;
}
.products-panel .btn-buynow{
    margin:auto;
    margin-top:8px;
}
.products-panel .link-image{
    margin-top:14px;
}
.products-panel h4.subheader-blue{
    padding-top:5px;
    height: 35px;
    overflow: hidden;
    padding-bottom:6px;
}

/*---Headers for Site. H Elements---*/
h1.subpage-title{
    font-size:20px;
    color:#2a2a2a;
}
h1.page-title{
   font-size:18px;
   color:#9b1008;
}
h1.sport-kind-title{
    color:#2a2a2a;
    font-size:20px;
}
h2.caption-red{
    color:#9d1109;
    font-size:17px;
}
h2.product-title{
    font-size:18px;
    color:#c21d13;
}
h3.header-bkgred{
    font-size:18px;
    text-align:center;
    color:White;
    padding-top:5px;
    height:29px;
}
h4.subheader-blue{
    font-size:14px;
    color:#2a1672;
    height:29px;
    line-height:18px;
    overflow:hidden;
    padding-bottom:7px;
    font-weight:bold;
}

/* = Buttons for site */
/*---Square Buttons---*/
.btn-view-cart, .btn-my-account, .btn-add-tocart, .btn-magnify{
    display:block;
    width:110px;
    height:21px;
}
.btn-view-cart, .btn-my-account{
    float:left;
    margin-top:10px;
    background:url(../images/btns/btn-view-cart.gif) no-repeat top center;
}
.btn-my-account{
    background:url(../images/btns/btn-my-account.gif) no-repeat top center;
    margin-left:10px;
}
.btn-add-tocart{
    background:url(../images/btns/btn-add-tocart.gif) no-repeat top center;
}
.btn-magnify{
    height:22px;
    background:url(../images/btns/btn-magnify.gif) no-repeat top center;
    margin:10px auto;
}

/*---Top Menu Buttons---*/
.btn-simple,
.btn-menu-coaching,
.btn-menu-home, .btn-menu-sports, .btn-menu-categories, .btn-menu-timing, .btn-menu-tips{
    display:block;
    height:35px;
}
.btn-menu-home{
    width:74px;
    background:url(../images/btns/btn-menu-home.gif) no-repeat top left;
}
.btn-menu-sports{
    width:91px;
    background:url(../images/btns/btn-menu-sports.gif) no-repeat top left;
}
.btn-menu-categories{
    width:173px;
    background:url(../images/btns/btn-menu-categories.gif) no-repeat top left;
}
.btn-simple {
	height: 22px;
	text-indent: -9999px;
	cursor: pointer;
}
.btn-apply {
	width: 68px;
    background:url(../images/btns/btn-apply.gif) no-repeat top left;
}
.btn-clear {
	width: 71px;
    background:url(../images/btns/btn-clear.gif) no-repeat top left;
}
.btn-menu-timing{
    width:140px;
    background:url(../images/btns/btn-menu-timing.gif) no-repeat top left;
}
.btn-menu-tips{
    width:94px;
    background:url(../images/btns/btn-menu-tips.gif) no-repeat top left;
}
.btn-menu-coaching {
	width: 104px;
    background:url(../images/btns/btn-menu-coaching.gif) no-repeat top left;
}	
.btn-search{
    width:28px;
    height:28px;
    background:url(../images/btns/btn-search.png) no-repeat top left;
    position:absolute;
    right:-14px;
    top:-4px;
}

/*---Circle Buttons---*/
.btn-sort, .btn-signup, .btn-readmore, .btn-viewall,
.btn-buynow, .btn-cycling, .btn-triatlon, .btn-running, .btn-view-cycling,
.btn-view-triathlon, .btn-view-running, .btn-view-running, .btn-view-products, .btn-readmore-right, .btn-view-tips, .btn_login, .btn_send, .btn_search, .btn_hide_all, .btn_show_all, .btn_register, .btn_update,
.btn_delete,
.btn_recalculate,
.btn_checkout,
.btn_continue,
.btn_continue_shopping,
.btn_make_payment, .btn-cancel,
.btn_return_HP{
    height:22px;
    display:block;
}
.btn_return_HP{
	width:197px;
	display:block;
	background:url(../images/btns/btn-return_HP.gif) no-repeat top left;
	margin:5px auto;
	text-indent:-5000px;
	overflow:hidden;
}
.btn-sort{
    width:61px;
    background:url(../images/btns/btn-sort.gif) no-repeat top left;
    margin:8px auto;
}
.btn-signup{
    width:83px;
    background:url(../images/btns/btn-signup.gif) no-repeat top left;
    margin:8px auto;
	cursor:pointer;
}
.btn-readmore{
    width:93px;
    background:url(../images/btns/btn-readmore.gif) no-repeat top left;
}
.btn-viewall{
    width:251px;
    background:url(../images/btns/btn-viewall.gif) no-repeat top left;
}
.btn-buynow{
    width:110px;
    height:21px;
    background:url(../images/btns/btn-buynow.gif) no-repeat top left;
}
.btn-cycling, .btn-triatlon, .btn-running, .btn-view-cycling,
.btn-view-triathlon, .btn-view-running{
    margin:auto;
}
.btn-cycling{
    width:180px;
    background:url(../images/btns/btn-cycling-home.gif) no-repeat top left;
}
.btn-triatlon{
    width:194px;
    background:url(../images/btns/btn-triatlon-home.gif) no-repeat top left;
}
.btn-running{
    width:185px;
    background:url(../images/btns/btn-running-home.gif) no-repeat top left;
}
.btn-view-cycling{
    width:193px;
    background:url(../images/btns/btn-view-cycling.gif) no-repeat top left;
}
.btn-view-triathlon{
    width:204px;
    background:url(../images/btns/btn-view-triathlon.gif) no-repeat top left;
}
.btn-view-running{
    width:197px;
    background:url(../images/btns/btn-view-running.gif) no-repeat top left;
}
.btn-view-products{
    width:153px;
    background:url(../images/btns/btn-learn-more.gif) no-repeat top left;
    margin-left:14px;
}
.btn-readmore-right{
    width:89px;
    background:url(../images/btns/btn-readmore-right.gif) no-repeat top left;
}
.btn-view-tips{
    width:117px;
    background:url(../images/btns/btn-view-tips.gif) no-repeat top left;
}
.btn_login{
	cursor:pointer;
    width:75px;
    background:url(../images/btns/btn_login.gif) no-repeat top left;
}
.btn_send{
	cursor:pointer;
    width:67px !important;
    background:url(../images/btns/btn_send.gif) no-repeat top left;
}
.btn_search{
	cursor:pointer;
    width:81px;
    background:url(../images/btns/btn_search.gif) no-repeat top left;
    margin:8px auto;
}
.btn_hide_all{
	cursor:pointer;
    width:90px;
    background:url(../images/btns/btn_hide_all.gif) no-repeat top left;
}
.btn_show_all{
	cursor:pointer;
    width:99px;
    background:url(../images/btns/btn_show_all.gif) no-repeat top left;
}
.btn_register{
	cursor:pointer;
    width:95px;
    background:url(../images/btns/btn_register.gif) no-repeat top left;
}
.btn_update{
	cursor:pointer;
    width:81px;
    background:url(../images/btns/btn_update.gif) no-repeat top left;
}
.btn_delete{
	cursor:pointer;
    width:78px;
    background:url(../images/btns/btn_delete.gif) no-repeat top left;
}
.btn_recalculate{
	cursor:pointer;
    width:126px;
    background:url(../images/btns/btn_recalculate.gif) no-repeat top left;
}
.btn_checkout{
	cursor:pointer;
    width:105px;
    background:url(../images/btns/btn_checkout.gif) no-repeat top left;
}
.btn_continue{
	cursor:pointer;
    width:99px;
    background:url(../images/btns/btn_continue.gif) no-repeat top left;
}
.btn_continue_shopping{
	cursor:pointer;
    width:180px;
    background:url(../images/btns/btn_continue_shopping.gif) no-repeat top left;
}
.btn_make_payment{
	cursor:pointer;
    width:136px;
    background:url(../images/btns/btn_make_payment.gif) no-repeat top left;
}
.btn-cancel{
    width:81px;
    background:url(../images/btns/btn-cancel.gif) no-repeat top left;
    cursor:pointer;
}
/*---Products Tabs---*/
.suggsted-tab, .ingredients-tab, .manufacturer-tab, .nutritional-tab{
    height:28px;
    display:block;
    float:left;
    margin-bottom:-1px;
    position:relative;
}
.suggsted-tab{
    width:122px;
    background:url(../images/btns/btn-prod-tab1.gif) no-repeat top left;
}
.ingredients-tab{
    width:104px;
    background:url(../images/btns/btn-prod-tab2.gif) no-repeat top left;
    margin-left:4px;
}
.manufacturer-tab{
    width:196px;
    background:url(../images/btns/btn-prod-tab3.gif) no-repeat top left;
    margin-left:4px;
}
.nutritional-tab{
    width:179px;
    background:url(../images/btns/btn-prod-tab4.gif) no-repeat top left;
    margin-left:4px;
}
.product-tab{
	cursor: pointer;
}

/*---Hover For Buttons---*/
.btn-simple:hover,
.btn-menu-coaching:hover,
.btn-view-cart:hover, .btn-my-account:hover, .btn-add-tocart:hover,
.btn-magnify:hover, .btn-menu-home:hover, .btn-menu-sports:hover,
.btn-menu-categories:hover, .btn-menu-timing:hover, .btn-menu-tips:hover, .btn-search:hover,
.btn-sort:hover, .btn-signup:hover, .btn-readmore:hover, .btn-viewall:hover, .btn-buynow:hover,
.btn-cycling:hover, .btn-triatlon:hover, .btn-running:hover, .btn-view-cycling:hover,
.btn-view-triathlon:hover, .btn-view-running:hover, .btn-view-products:hover, .suggsted-tab:hover,
.ingredients-tab:hover, .manufacturer-tab:hover, .btn-readmore-right:hover, .btn-view-tips:hover, .active, .btn_login:hover, .btn_send:hover, .btn_search:hover, .btn_hide_all:hover, .btn_show_all:hover, .nutritional-tab:hover, .btn_register:hover, .btn_update:hover,
.btn_delete:hover,
.btn_recalculate:hover,
.btn_checkout:hover,
.btn_continue:hover,
.btn_continue_shopping:hover,
.btn_make_payment:hover, .btn-cancel:hover,
.btn_return_HP:hover{
    background-position:bottom center;
}

/* == Main structure */
.main-container{
    width:963px;
    margin:auto;
}

/* = Header part */
.header{
    width:971px;
    height:43px;
    background:url(../images/header-bkg.gif) no-repeat top left;
    position:absolute;
    margin-left:-4px;
}
.header .header-welcome{
    padding:13px 0 0 18px;
    float:left;
}
.header .header-welcome a{
    text-decoration:underline;
}
.header .header-welcome a:hover{
    text-decoration:none;
}
.header .header-links{
    float:right;
    padding:13px 15px 0 0;
}
.header .header-links ul li{
    float:left;
    color: #261171;
    font-size: 12px;
}

.header .header-links ul li a {
    font-size: 11px;
}


/* = Logo and cart part */
.logo-cart{
	padding:10px 0 12px 0;
}
.logo-cart .logo{
    padding-left:4px;
    float:left;
}
.logo-cart .cart{
    float:right;
    width:231px;
}
.logo-cart .cart ul{
    float:right;
    padding-right:12px;
}
.logo-cart .cart ul li{
    float:left;
}

/* = Top menu part */
.top-menu{
    height:35px;
    background:url(../images/top-menu-bkg.gif) no-repeat top right;
    margin-bottom:10px;
}
.top-menu ul{
    float:left;
}
.top-menu ul li{
    float:left;
}
.top-menu .top-search{
    float:right;
    width:193px;
    height:22px;
    background:url(../images/top-search.gif) no-repeat top center;
    margin:7px 24px 0 0;
    position:relative;
}
.top-menu .top-search input{
    margin:3px 0 0 3px;
    padding-left:5px;
    width:170px;
    height:17px;
    border-style:none;
    background:#fff;
}

/* = Product categories part */
.product-categories{
    width:167px;
    float:left;
}
.product-categories h2{
    width:167px;
    height:32px;
    background:url(../images/product-categories.gif) no-repeat top center;
    font-size:16px;
    color:#fff;
    text-align:center;
    line-height:30px;
}
.product-categories .filter{
    padding:0 7px;
}
.product-categories .filter h3{
    color:#991008;
    font-size:16px;
    padding:10px 0 5px 0;
    border-bottom:1px dotted #666666;
    font-weight:bold;
}
.product-categories .filter select{
    width:151px;
    border:1px solid #cdcdcd;
    color:#9a9696;
}
.product-categories .filter span{
    font-size:12px;
    display:block;
    padding:12px 0 3px 0;
}
.product-categories .filter .list-categories{
    padding-bottom:110px;
}
.product-categories .filter .list-categories li{
    font-size:0;
    border-bottom:1px dotted #666666;
}
.product-categories .filter .list-categories li li{
	border: none;
}
.product-categories .filter .list-categories li a{
    display:block;
    padding:8px 0;
    font-size:12px;
    position:relative;
}
.product-categories .filter .list-categories li li a{
	color:#991008;
}

/* == Main content part */
.content{
    width:963px;
    background:url(../images/content.gif) repeat-y top center;
}

/* = Right content part */
.right-content{
    float:right;
    width:786px;
    border:1px solid #cdcdcd;
    position:relative;
    min-height:670px;
    height:auto !important;
    height:670px;
}
.right-content .right-sub-menu{
    padding-bottom:8px;
}
.right-content .right-sub-menu li{
    float:left;
	color:#261171;
}

/*---SignUp Section For Site---*/
.filter-signup{
	position:absolute;
	/*	left:-175px;
    bottom:-1px;*/
    width:165px;
	border-bottom:1px solid #cdcdcd;
	margin: -109px 0px 0px 1px;
	left: 18px;
}
.filter-signup .filter-signup-content{
    width:151px;
    margin:auto;
}
.filter-signup h3{
    border-bottom:1px dotted #97032a;
    color:#991008;
    font-size:16px;
    padding:10px 0 5px 0;
    border-bottom:1px dotted #666666;
    font-weight:bold;
	position:relative;
}
.filter-signup .enter-email{
    width:151px;
    height:21px;
    margin:auto;
    background:url(../images/enter-email-bkg.gif) no-repeat top center;
    margin-top:10px;
}
.filter-signup .enter-email input{
    width:135px;
    height:18px;
    margin:2px 0 0 2px;
    border-style:none;
    padding:0 5px;
    background: none;
}

/* == Footer Part */
.footer{
    width:700px;
    margin:auto;
    font-size:12px;
}
.footer ul li{
    float:left;
}
.footer ul li a{
    font-size:12px;
    color:#666666;
}
.footer ul li a{
    font-size:12px;
    color:#666666;
}

/* = Home Page */
.home-page{
    padding:10px;
}
.home-page .home-left-column .home-left-content,
.home-page .home-center-column .home-center-content,
.home-page .home-right-column .home-right-content{
    padding-top:11px;
    position:relative;
    height:358px;
}
* html .home-page .home-left-column .home-left-content{
    height:352px;
}
* html .home-page .home-center-column .home-center-content{
    height:352px;
}
* html .home-page .home-right-column .home-right-content{
    height:352px;
}

/*---Home Left column---*/
.home-page .home-left-column{
    width:247px;
    float:left;
    background:url(../images/home-left-column.gif) no-repeat top center;
    margin-top:10px;
    min-height:200px;
}
.home-page .home-left-column .home-left-content{
    width:225px;
    margin:auto;
}
.home-page .home-left-column img{
    margin-bottom:13px;
}

/*---Home Center column---*/
.home-page .home-center-column{
    width:291px;
    float:left;
    background:url(../images/home-center-column.gif) no-repeat top center;
    min-height:200px;
    margin:10px 0 0 11px;
}
.home-page .home-center-column .home-center-content{
    width:270px;
    margin:auto;
}

.home-page .home_top_block {
    height: 150px;
}


/*---Home Right column---*/
.home-page .home-right-column{
    width:204px;
    float:left;
    background:url(../images/home-right-column.gif) no-repeat top center;
    min-height:200px;
    margin:10px 0 0 11px;
}
.home-page .home-right-column .home-right-content{
    width:197px;
    margin:auto;
}

/*---Home Bottom Columns Link---*/
.home-columns-footer{
    position:absolute;
    bottom:0;
    width:100%;
}

/* = Home Buttom Part */
.home-page .home-products{
    width:764px;
    margin:auto;
    background:url(../images/home-products.gif) no-repeat top center;
    margin-top:15px;
    padding-bottom:10px;
}
.home-products ul{
    padding-top:22px;
}
.home-products ul li{
    float:left;
    width:145px;
    padding-left:6px;
    text-align:center;
    position:relative;
    display:block;
    height:auto !important;
	min-height:175px;
    height:175px;
}
.home-products ul li a.btn-buynow{
    position:absolute;
    bottom:0;
    left:23px;
}

/* = Three column page. Sports page, Intake Timing Page */
.three-column-page{
    padding:10px;
}
.three-column-page .subpage-column{
    width:247px;
    background:url(../images/three-column-bkg.gif) no-repeat top left;
    float:left;
    margin-top:10px;
    min-height:200px;
}
.subpage-content-height{
	min-height:370px;
}
*html .subpage-content-height{
	height:370px;
}
.three-column-page .subpage-column .subpage-content{
    padding-top:11px;
    position:relative;
    min-height:300px;
    height:auto !important;
    height:300px;
    width:225px;
    margin:auto;
}
.subpage-column-other{
    margin-left:10px;
}
.three-column-page .subpage-column h2.caption-red{
    padding:25px 0 15px 0;
}
.three-column-page .subpage-column h4.subheader-blue{
    padding:0 0 10px 0;
}
.three-column-page .subpage-column img.column-top-image{
    margin-bottom:10px;
}
.three-column-page .subpage-column img.image-intake{
    margin-bottom:20px;
}
.three-column-page .subpage-column .subpage-content p.main-content{
    font-weight:bold;
    line-height:18px;
    padding:0 2px;
}
.three-column-page .subpage-column .subpage-content p.main-content-intake{
    color:#2a2a2a;
    padding-bottom:20px;
    line-height:17px;
}
.three-column-page .subpage-column .subpage-content .intake-list{
    width:185px;
    margin:auto;
}
.three-column-page .subpage-column .subpage-content .intake-list li{
    padding:8px 0;
    border-bottom:1px dotted #666666;
}
.three-column-page .subpage-column .subpage-content .intake-list li a{
    display:block;
    background:url(../images/red-arrow.gif) no-repeat 0 4px;
    padding-left:20px;
}
.three-column-page .subpage-column .subpage-content .intake-list li a:hover{
    background:url(../images/blue-arrow.gif) no-repeat 0 4px;
}

/* = Products page */
.side-adv {
	float: right;
	width: 180px;
	text-align: center;
	padding: 5px;
	border: solid 1px #cdcdcd;
	margin: 20px 0px 10px 19px;
}
.products-page{
    padding:10px;
}
.products-page h1.subpage-title{
    padding:4px 0;
}

/*---Product Image section---*/
.products-page .product-image{
    width:280px;
    float:left;
    text-align:center;
    padding-top:20px;
}
.products-page .product-image .link-arrow span{
    border-bottom:1px dotted #666666;
    display:inline-block;
    padding:8px 0;
    cursor:pointer;
}

/*---Product Info section---*/
.product-info{
    float:left;
}
.product-info .product-id{
    text-transform:uppercase;
    padding-top:3px;
}
.product-info .old-price{
    font-weight:bold;
    color:#c21d13;
    padding-top:3px;
}
.product-info .quantity{
    font-weight:bold;
    margin-top:10px;
    width:250px;
    position:relative;
}
.product-info .quantity a.btn-add-tocart{
    position:absolute;
    left:95px;
    top:-1px;
}
.product-info .quantity input{
    width:20px;
    border:1px solid #cfcfcf;
    text-align:center;
}
.product-info .flavor{
    margin-top:15px;
    font-weight:bold;
    line-height:20px;
}
.product-info .flavor select{
    border:1px solid #cdcdcd;
    width:80px;
}
.product-info .product-status{
    margin-top:10px;
    background:url(../images/check-red.gif) no-repeat top left;
    color:#c21d13;
    font-weight:bold;
    padding:5px 0 0 25px;
}
.product-info .products-info-links{
    line-height:20px;
}
.product-info #rate{
    margin-top:5px;
}

/*---Product Description Section---*/
.product-description .main-description{
    color:#2a2a2a;
    width:680px;
    font-weight:bold;
}
.product-description .products-tabs-block{
    background:url(../images/product-tab-content.gif) repeat-y top center;
    height:auto !important;
    height:80px;
    width:752px;
    color:#2a2a2a;
}
.product-description .products-tabs-block .product-tab-top{
    background:url(../images/product-tab-top.gif) no-repeat center top;
}
.product-description .products-tabs-block .product-tab-bottom{
    background:url(../images/product-tab-bottom.gif) no-repeat center bottom;
}
.product-description .products-tabs-block .product-tab-content{
    padding:16px 30px 16px 15px;
    line-height:15px;
    text-align:justify;
}
.products-tabs-block p{
	margin: 10px 0px;
}

/*---Product Reviews Section---*/
.product-review{
    color:#2a2a2a;
}
.product-review a{
    color:#c21d13;
}
.product-review-date img{
    position:absolute;
    margin-top:1px;
}
.product-review-date span{
    text-transform:uppercase;
    font-weight:bold;
    margin-left:75px;
}
.product-review-user{
    margin-top:10px;
}
.product-review-content{
    width:570px;
    text-align:justify;
    margin-top:10px;
    line-height:16px;
}

/*---Product PageNavigator---*/
.product-pagenavi{
    line-height:16px;
}
.product-pagenavi a{
    color:#c21d13;
}

/* = Products Categories Page */
.products-categories-list{
    padding-left:0px;
}
.products-categories-list .products-panel{
    float:left;
    padding-left:75px;
}
.products-categories-list .firstElem{
    padding-left:25px;
}
.products-categories-list h1{
    padding:25px 0 21px 0;
}
.products-categories-list p{
    width:480px;
    font-weight:bold;
}
/* = Products Categories Page */
.products_list{
	width:725px;
	margin:auto;
	overflow:hidden;
	clear:both;
}
.products_list .products-panel{
	float:left;
    width: 170px;
	padding:0px 5px !important;
}

/* = Cycling page */
.sport-kind-page{
    padding:10px;
}
.sport-kind-left, .sport-kind-right{
	margin-top:
}
.sport-kind-right{
    border-left:1px dotted #666666;
	margin-left:-1px;
}
.sport-kind-left h1, .sport-kind-right h1{
    padding:15px 0;
    color:#c21d13;

}
/*---cycling left part---*/
.sport-kind-left{
	padding: 0px 0px 0px 0px;
    width:345px;
    float:left;
    border-right:1px dotted #666666;
}
.sport-kind-left .date{
    padding-top:5px;
    color:#c21d13;
    font-size:12px;
}
.sport-kind-left p{
    padding-top:10px;
    width:300px;
    font-weight:bold;
    color:#2a2a2a;
}

/*---cycling right part---*/
.sport-kind-right{
    float:left;
    width:384px;
    padding-left:35px;
}
.sport-kind-right .bio-content{
    width:265px;
}
.sport-kind-right .subheader-blue{
    color:#c21d13;
}
.sport-kind-right .bio-content p{
    color:#2a2a2a;
    font-weight:bold;
}

/* = Common for Tips and Before Page */
.tips-before-page{
    width:757px;
	overflow:hidden;
}
.tips-before-right{
    border:1px solid #bebebe;
    width:182px;
    float:right;
    text-align:center;
}

/* == Tips Page */
.tips-page{
    padding:10px;
}
.tips-content{
    padding: 0px 21px;
}
.tips-page .page-title{
    padding:25px 0 14px 21px;
}
.tips-table{
    width:480px;
    border:1px solid #bebebe;
    border-right-style:none;
    float:left;
}
.tips-table table{
    width:100%;
}
.tips-table table td{
    color:#2a2a2a;
    font-weight:bold;
    border-right:1px solid #bebebe;
    padding:6px 15px 5px 15px;
}
.tips-table table td td{
    color:#2a2a2a;
    font-weight:bold;
    border: none;
    padding:0px;
}
.tips-table table td.caption{
    color:#666666;
    border-bottom:1px solid #bebebe;
}
.tips-table table td.firstTd{
    background:#f5f5f5;
}
.tips-navigator{
    width:721px;
    height:auto;
}

/* = Orders page */
.orders-table table td{
    padding:3px 7px 2px 7px;
}

/* = Before Page */
.before-page{
    padding:10px;
}
.tips-before-page .before-content{
    width:480px;
    float:left;
    padding-left:21px;
}
.tips-before-page .before-content h1.page-title{
    padding:25px 0 14px 0;
}

.none_submit {
    background: transparent;
    border: 0px;
    width: 0px;
    height: 0px;
    position: absolute;
	visibility: hidden;
}

.Newsletter_Body_h{
	height:32px;
	overflow:hidden;
}
.newsletter_messagebox{
	margin-top:10px;
}

/*************** form styles ***************/
.content form{
}
.content fieldset{
	margin-bottom: 1em;
	border: none;
}
.content legend, .content .form_subtitle{
	margin-top: -1px;
	padding-bottom: 1em;
	font-size: 1.1em;
	font-weight: bold;
	line-height:16px;
}
.content .f_row{
	overflow: hidden;
	margin-bottom: .5em;
}
.content label{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:20px;
	float: left;
	text-align: right;
	width: 35.99%;/**/
	padding: 0 2%;
}
.content .f_inputs{
	padding-left: 40%;/**/
}
.content .checkboxes{
	padding-left: 30%;
	line-height:20px;
}
.content .checkboxes input{
	vertical-align:middle;
}
.f_actions{
}
.tf_input, .f_inalid, .formTfReq{
	border:solid 1px #cdcdcd;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 2px;
	color:#9a9696;
	width:220px;
}
.content .tf_input, .content .f_inalid{
	
}
.f_inalid{
	border:solid 1px #c21d13;
}
.f_inputs a{
	color:#c21d13;
}
.validator{
	color:#c21d13;
}
.warning_mess{
	color:#c21d13;
	line-height:24px;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/*************** END form styles ***************/

/* Hack for Safari - hide the linkimagebutton input */
html[xmlns*=""] body:last-child input.none_submit {
    display: none;
}
body:first-of-type input.none_submit {
    display: none;
}

/*************** help-page styles ***************/
.help-page{
	padding:20px;
}
.faq{
	margin: 10px 0px;
}
.faq_category{
	margin: 10px 0px;
	border-bottom:1px dotted #666666;
}
	a.faq_category_link{
		color:#9B1008;
		font-size:18px;
		font-family:Trebuchet MS,Arial,Helvetica,Sans-Serif;
		font-weight:normal;
		line-height:30px;
	}
.faq_category_questions{
	margin: 0px 20px;
}
	.faq_category_a_question{
		margin: 10px 0px;
	}
	.faq_category_a_question p{
		margin: 6px 0px;
	}
		a.faq_question_link{
		}
		.faq_answer{
			font-size:11px;
			padding-left:10px;
		}
/*************** END help-page styles ***************/

/*************** help-page styles ***************/
.input_txt{
	border:solid 1px #cdcdcd;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#9a9696;
	width:150px;
	padding: 3px 2px;
}

/*************** 404-page styles ***************/
.content_404{
	padding: 140px 0px;
	border:1px solid #CDCDCD;
}
.content_404_title{
	padding: 0px 0px 10px 0px;
}
.content_404 h1{
	color:#9B1008 !important;
	font-weight:normal !important;
	font-size:24px !important;
}
.content_404_content{
}
.content_404_content a{
	color:#9B1008;
}
.shortline{
	line-height:16px;
	height:112px;
	overflow:hidden;
	display:block;
	text-align:left !important;
	text-overflow:ellipsis !important;
	font-weight:normal !important;
}

.product_img_aln{
	width:124px;
	height:144px;
	margin:auto;
}
.product_img_aln td{
	text-align:center;
	vertical-align:middle;
}
.product_img_aln td img{
	background:White none repeat scroll 0;
	border:1px solid #BEBEBE !important;
	padding:5px;
}
.btnBack{
	float: right;
	color:#261171;
	font-weight:bold;
	cursor:pointer;
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:11px;
	margin-top:32px;
}
.btnBack:hover{
	text-decoration:underline;
}
.login_page_content{
	padding: 25px 50px 0px;
}
.about_page_content{
	padding: 25px 21px 0px;
}
.login_page_content h1, .about_page_content h1{
	padding-bottom:10px;
}
.login_page_content p{
	font-weight:bold;
	line-height:16px;
}
.login_title{
	text-align:center;
	font-weight:bold;
	font-size:13px !important;
	color: #333333;
}
.tooltip{
    background-color:#ffffe1;
    border:1px solid #ccc;
    padding:2px;
    font-size: 12px;
}
.categories_top_content{
	padding: 10px 21px 10px;
}
.categories_top_content h1{
	padding: 0px 0px 10px;
}
.categories_top_content p{
	font-weight:bold;
	line-height:16px;
}
.rblRow input{
	vertical-align:middle;
	margin-right:5px;
}
.register_messagebox *{
	font-size:0px;
	line-height:0px;
}
.register_messagebox .ul_message_box{
	margin-top:15px;
}
.register_messagebox .ul_message_box, .register_messagebox .ul_message_box *{
	font-size:12px;
	line-height: 24px;
}

.ingredients{
	width:135px;
	overflow:hidden;
	margin: 18px 0px 0px 0px;
}
.ingredients td{
	vertical-align:middle;
}
.ingredients img{
	margin: 0px 14px;
}
.ingredients_title{
	color:#2A1672;
	font-weight:bold;
	font-family:Verdana,Tahoma,Arial,Sans-Serif !important;
	font-size:11px !important;
	line-height:15px !important;
}
.odgDatagrid{
	border:solid 1px #CDCDCD;
}
.odgDatagrid td{
	border:solid 1px #CDCDCD;
	border-collapse:collapse;
}
.odgDatagrid td.dgSortCell, .odgDatagrid td.dgSortCell span{
	font-size:0px;
	line-height:0px;
	overflow:hidden;
}
.dataGridTable .tr1{
}
.dataGridTable .tr0{
	background:#F5F5F5;
}
.dataGridTable{
	border:1px solid #BEBEBE;
}
.dataGridTable td{
	border:1px solid #BEBEBE;
	border-collapse:collapse;
}
.dataGridTable .dgTitle td.caption{
	color:#991008;
}
.total_form td{
	padding: 2px 0px;
}
.total_form h1{
	font-size:18px;
	color:#9B1008
}
.total_form{
	line-height:18px;
}
p.signin{
	line-height:24px;
	font-weight:bold;
}
p.signin b{
	color:#261171;
	line-height:24px;
	font-size:14px;
}
.signing_login td{
	padding: 2px 0px;
}
.img83aln{
	width:107px !important;
    margin-right: 10px;
	text-align:center;
	overflow:hidden;
	float:left;
}
.img83aln img{
	border:1px solid #BEBEBE !important;
	padding:5px !important;
	background:#fff;
}
.img83aln a:hover img{
	border:1px solid #9D1109 !important;
}
.img83aln a{
	border:none;
	padding:0px;
	display:inline;
}

/* Pagenavigator */
.pagenavigator, .pagenavigator li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.pagenavigator {
	display: block;
	text-align: center;
}
.pagenavigator li {
	display: inline;
	padding: 0px 5px;
}
.pagenavigator li span{
	font-weight:bold;
	color:#fff;
	border:solid 1px #991008;
	padding:0 4px;
	background:#991008;
}
.pagenavigator li a{
	text-decoration:none;
	border:solid 1px #991008;
}
.pagenavigator li a:hover{
	border:solid 1px #261171;
}
.pagenavigator li.image a{
	top: 4px;
	position: relative;
}
.pagenavigator li.image{
	padding: 0;
}
.pagenavigator li.image a{
	text-decoration:none;
	border: none;
}
.pagenavigator li a span{
	font-weight:normal;
	border:none;
	color:#991008;
	background:#fff;
}
.pagenavigator li a:hover span{
	color:#261171;
}
.pagenavigator input, .pagenavigator select{
	vertical-align:middle;
}
.pagenavigator input.formTfReq, .pagenavigator select.formTfReq{
	padding: 1px 1px;
}
.img_border{
border:1px solid #BEBEBE !important;
padding:5px !important;
background:#FFFFFF;
}
/* Pagenavigator */
.caption_1 {
	color: #000;
	padding: 5px 10px 5px 0px;
}

/* Ticker */
.ticker{
	height:24px;
	background:url(../images/bg_ticker.gif) repeat-x top;
	margin:8px 0 0;
}
.ticker a{
	display:block;
	height:24px;
	line-height:23px;
	padding:0 12px;
	color:#fff;
	background:url(../images/arow_ticker.gif) no-repeat right;
}
.ticker a:hover{
	text-decoration:none;
}

