﻿.foo
{
}
/****************************************************************************************************/
/* The contents of this file are subject to the nopCommerce Public License Version 1.0 ("License"); you may not use this file except in compliance with the License.
/* You may obtain a copy of the License at  http://www.nopCommerce.com/License.aspx. 
/* 
/* Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. 
/* See the License for the specific language governing rights and limitations under the License.
/* 
/* The Original Code is nopCommerce.
/* The Initial Developer of the Original Code is NopSolutions.
/* All Rights Reserved.
/* 
/* Contributor(s): RetroViz Design. 
/****************************************************************************************************/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SEARCH PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchPanel
{
    margin-bottom: 15px;
    padding: 0px;
}

.searchPanel .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    text-transform: uppercase;
    clear: both;
}

.searchPanel .searchInput
{
}

.searchPanel .searchInput .textBox
{
    margin-right:15px;
}

.searchPanel .searchInput label
{
    padding-left:5px;
}

.searchPanel .searchInput .button
{
    display:block;
    margin-top:10px;
}

.searchPanel .searchResults
{
    padding-top: 10px;
}

.searchPanel .searchResults .result
{
    font-weight: bold;
    font-size:1.4em;
    display:block;
    padding:10px 0;
}

.searchResults .ProductList1
{
    width: 600px;
    margin: 0 auto 0 auto;
}

.searchResults .ProductList1 .ItemBox
{
    text-align: left;
    clear: both;
    position: relative;
    margin-bottom: 10px;
}

.searchResults .ProductList1 .ProductItem
{
    width: 600px;
    height: 177px;
    background: url('images/pb_s_bg.gif') no-repeat 0 100%;
}

.searchResults .ProductList1 .ProductItem .title
{
    font-weight: bold;
    background: url('images/deal_box_hl.gif') no-repeat 0 0;
    margin: 0;
    padding: 0 0 0 10px;
}

.searchResults .ProductList1 .ProductItem .title a
{
    background: url('images/deal_box_hr.gif') no-repeat 100% 0;
    display: block;
    height: 2em;
    line-height: 1.3em;
    overflow: hidden hidden;
    padding: 4px 10px 8px 0px;
}

.searchResults .ProductList1 .ProductItem .picture
{
    float: left;
    margin: 10px 0 10px 10px;
}

.searchResults .ProductList1 .ProductItem .description
{
    padding: 0px 0 0 10px;
    margin: 10px 150px 0px 140px;
    text-align: left;
    border-left: solid 1px #e3e3e3;
    color: #555;
}

.searchResults .ProductList1 .ProductItem .prices-wrapper
{
    float: right;
    text-align: right;
    position: absolute;
    bottom: 20px;
    right: 5px;
}

.searchResults .ProductList1 .ProductItem .prices
{
    font-size: 11px;
}

.searchResults .ProductList1 .ProductItem .prices .productPrice
{
    color: green;
}

.searchResults .ProductList1 .ProductItem .prices .oldproductPrice
{
    color: Red;
    text-decoration: line-through;
}

.searchResults .ProductList1 .ProductItem .buttons
{
    padding-top: 20px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTACT US FORM

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.contactform
{
}

.contactform .button
{
    text-align: right;
}


.contactform .sendEmail
{
}


.contactform .sendEmail label
{
    float: left;
    width: 120px;
    color: #000;
    font-weight: bold;
}


.contactform .sendEmail textarea
{
    width: 300px;
}


.contactform .sendEmail p.action
{
    padding: 0 0 0 120px;
}

.contactform .sentMessage
{
    color: #750000;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Add new address

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.newAddressBook {
text-align:left;
margin-bottom: 10px;
}

.newAddressBook .button
{
    text-align: right;
}

.newAddressBook fieldset p
{
    margin-bottom:10px;
}

.newAddressBook p label
{
    display:inline-block;
    width: 120px;
    color: #000;
    font-size: 1.4em;
    vertical-align:middle;
}

.newAddressBook p input
{
    width: 300px!important;
}

.newAddressBook p select
{
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BREADCRUMB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.breadcrumb
{
    padding: 0;
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 1em;
    color: #868686;
    /*margin-left:-220px;*/
}

.breadcrumb a
{
    color: #868686;
    text-decoration:none;
}

.breadcrumb a:hover
{
    color: #003B6E;
}

.breadcrumb span
{
    padding: 0 3px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	NEWS LIST

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
.newslist
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}



.newslist .newsitems
{
	margin: 0px 5px 0 5px;
	padding: 0px 0 0 0;
}

.newslist .newsitems .item
{
	border-bottom: dashed 1px #9a9a9a;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.newslist .newsitems .newsDate
{
	color: #9a9a9a;
	font-style: italic;
}

.newslist .newsitems a.newsTitle
{
	color: #444;
	text-decoration: none;
	font-size: 1.2em;
}

.newslist .newsitems a.newsTitle:hover
{
	text-decoration: underline;
}

.newslist .newsitems .newsDetails
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.newslist .newsitems .newsReadMore
{
	font-weight: bold;
	text-decoration: none;
	color: #ff9933;
	background-color: inherit;
}
*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	NEWS DETAILS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.newsitem
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.newsitem .metadata
{
    padding: 5px;
    background: #F0F0F0;
    color: #000;
    font-size: 1.1em;
    margin-bottom: 15px;
}

.newsitem .newsDate
{
}

.newsitem .newsbody
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
}

.newsComments
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
    border-top: 5px solid #F0F0F0;
}

.newsComments h2.title
{
    font-size: 2em;
    font-weight: bold;
    line-height: 2em;
    clear: both;
    color: #7D0F0F;
    margin: 0 0 30px;
}

.newsComments .newComment
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
}

.newsComments .newComment td.leaveTitle
{
    padding: 0px 10px 10px 0px;
    font-weight: bold;
    font-size: 1.1em;
    color: #3a3a3a;
}

.newsComments .newComment td.button
{
    text-align: right;
}

.newsComments .commentList
{
    margin-top: 10px;
}

.newComment p
{
    font-size: 1.2em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	NEWS COMMENTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.newscomment
{
    margin: 0 0 15px;
    padding: 10px 0;
}

.newscomment h3
{
    font-size: 1.5em;
    font-weight: bold;
    color: #231F21;
    margin: 0 0 5px;
}

.newscomment .commenttime
{
    padding: 3px;
    background: #F0F0F0;
    border-bottom: 2px solid #D1D3D4;
    color: #231F21;
    margin: 0 0 10px;
}

.newscomment .commentbody
{
    font-size: 1.4em;
    line-height: 1.6em;
}



/*---[ BLOG LIST ]---*/

.blog
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.blog .title
{
    position: relative;
}

.blog h2
{
    font-size: 2em;
    font-weight: bold;
    line-height: 2em;
    clear: both;
    color: #7D0F0F;
}

.blog h2 .blogTitle
{
    color: #7D0F0F;
    position: relative;
    text-decoration: none;
}

.blog h2 .blogTitle:hover
{
    text-decoration: underline;
    color: #888888;
}

.blog .title p.feed
{
    position: absolute;
    top: 5px;
    right: 0px;
}

.blog .metadata
{
    padding: 5px;
    background: #F0F0F0;
    color: #000;
    font-size: 1.1em;
    margin-bottom: 15px;
}

.blog .blogposts
{
    margin: 0;
    padding: 0;
}

.blog .blogposts .post
{
    border-bottom: solid 5px #F0F0F0;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.blog .blogposts .blogBody
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog .blogposts .blogDetails
{
    font-size: 1.2em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BLOG SIDE LIST

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.blogSideList h3
{
   position: relative;
}

.blogSideList h3 .blogRSS
{
   position: absolute;
   top: 7px;
   right: 5px;
   width: 14px;
   height: 14px;
}



.blogSideList .details
{
    padding: 10px 0 !important;
}


.blogSideList .details li
{
    width: 168px;
    padding: 0 10px;
}

.blogSideList .details li.viewAll
{
    border-top: 1px solid #E2E2E2;
    margin-top: 10px;
    padding-top: 10px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BLOG DETAILS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.blogpost
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.blogpost .postDate
{
    color: #9a9a9a;
    font-style: italic;
}

.blogpost .postbody
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
}

.blogComments
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
    border-top: 5px solid #F0F0F0;
}

.blogComments h2.title
{
    margin-bottom: 30px;
}

.newComment
{
    margin: 0 0 15px;
    padding: 0 0 10px;
    border-bottom: 2px solid #D1D3D4;
}

.newComment label
{
    font-size: 1.4em;
}

.newComment textarea
{
    display: block;
    width: 400px;
    margin: 10px 0;
    padding: 3px;
    font-size: 1.3em;
}


.newComment td.leaveTitle
{
    padding: 0px 10px 10px 0px;
    font-weight: bold;
    font-size: 1.1em;
    color: #3a3a3a;
}

.blogComments .newComment td.button
{
    text-align: right;
}

.blogComments .commentList
{
    margin-top: 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BLOG COMMENTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.blogcomment
{
    margin: 0 0 15px;
    padding: 10px 0;
}

.blogcomment h3
{
    font-size: 1.5em;
    font-weight: bold;
    color: #231F21;
    margin: 0 0 5px;
}

.blogcomment .commenttime
{
    padding: 3px;
    background: #F0F0F0;
    border-bottom: 2px solid #D1D3D4;
    color: #231F21;
    margin: 0 0 10px;
}

.blogcomment .commentbody
{
    font-size: 1.4em;
    line-height: 1.6em;
}


/*
.blogcomment
{
	border-bottom: solid 1px #E3E3E3;
}

.blogcomment .commentinfo
{
	width: 170px;
	float: left;
	padding: 5px;
	height: 100%;
	border-right: solid 1px #F3F3F3;
}

.blogcomment .commentinfo .userinfo
{
	padding-top: 5px;
}

.blogcomment .commentinfo .userinfo a.username
{
	font-weight: bold;
	margin-bottom: 5px;
}

.blogcomment .commentinfo .userinfo span.username
{
	font-weight: bold;
	margin-bottom: 5px;
}

.blogcomment .commentinfo .userinfo .avatar
{
	margin: 5px 0 5px 0;
}

.blogcomment .commentinfo .userinfo .userstats
{
	font-size: 0.9em;
	text-align: left;
	font-weight: bold;
	color: #555;
}

.blogcomment .commentinfo .userinfo  .userstats .statvalue
{
	font-weight: normal;
}

.blogcomment .commentcontent
{
	margin-left: 180px;
	border-left: solid 1px #F3F3F3;
}

.blogcomment .commentcontent .commenttime
{
	font-weight: bold;
	line-height: 20px;
	padding: 3px;
	background: #e3f3f3;
}

.blogcomment .commentcontent .commenttime .statvalue
{
	font-weight: normal;
}

.blogcomment .commentcontent .commentbody
{
	padding: 3px;
}
*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	POLLS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.todaysPollBox
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.todaysPollBox .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    text-transform: uppercase;
    clear: both;
}

.todaysPollBox .pollItem
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}

.pollBlock
{
    float: left;
    text-align: left;
    vertical-align: top;
    padding-top: 10px;
}

.pollTakePoll, .pollResults
{
    border: dashed 1px #666;
    padding: 5px;
    margin-top: 10px;
}

.pollDisplayText
{
    font-weight: bold;
}

.pollTotalVotes
{
    font-style: italic;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	EMAIL A FRIEND PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.emailafriendBox
{
    margin-bottom: 15px;
    padding: 0px;
}

.emailafriendBox .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    text-transform: uppercase;
    clear: both;
}

.emailafriendBox .sendEmail
{
    border: 1px solid #d7d7d7;
    margin-top: 10px;
    padding: 0 0 10px 10px;
}

.emailafriendBox .sendEmail .product
{
    font-weight: bold;
}

.emailafriendBox .sendEmail .description
{
    font-style: italic;
}

.emailafriendBox .sendEmail .confirm
{
    font-weight: bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RATING

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ratingStar
{
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}
.filledRatingStar
{
    background-image: url(Images/FilledStar.png);
}
.emptyRatingStar
{
    background-image: url(Images/EmptyStar.png);
}
.savedRatingStar
{
    background-image: url(Images/SavedStar.png);
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SPECIAL OFFERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.SpecialOfferProductGrid .productItem
{
    border-top: 1px solid #E2E2E2;
    margin-top: -1px;
    float: left;
    display: inline;
    width: 188px;
}

.SpecialOfferProductGrid .details
{
    padding: 0px !important;
}

.SpecialOfferProductGrid .picture
{
    float: left;
    display: inline;
    margin-right: 10px;
    width: 65px;
}

.SpecialOfferProductGrid .productItem
{
    padding: 20px 0;
}

.SpecialOfferProductGrid .productDesc
{
    float: left;
    display: inline;
    text-align: left;
    width: 100px;
}

.SpecialOfferProductGrid .productDesc a:hover
{
    background-image: url(images/cssimages/arrow_grey.png);
    color: #666666;
    text-decoration: underline;
}
.SpecialOfferProductGrid .productDesc a
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(images/cssimages/arrow_pink.png) no-repeat scroll 2px 7px;
    color: #7D0F0F;
    display: block;
    height: 1%;
    padding: 0 0 0 10px;
    border: none;
}

.SpecialOfferProductGrid .productDesc .title
{
    font-size: 110%;
    color: #666666;
}

.SpecialOfferProductGrid .productDesc .price
{
    font-size: 130%;
    color: #999999;
}


.SpecialOfferProductGrid .first .productDesc a, .SpecialOfferProductGrid .first .productDesc a:hover
{
    color: #FFF;
    /* background: #780302 url(images/cssimages/button_back.png) top left repeat-x; */
    width: auto;
    font-size: 1em;
    padding: 1px 4px 3px;
    border: 1px solid #490000;
    border-top-color: #f07c67;
    border-left-color: #f07c67;
    overflow: visible;
    cursor: pointer;
    font-size: 1.1em;
    text-align: center;
    text-decoration: none;
}

.SpecialOfferProductGrid .first .productDesc a:hover
{
    color: #888888;
}


.SpecialOfferProductGrid .first .productDesc
{
    width: 168px;
    margin-left: 10px;
    clear: left;
    padding-top: 10px;
}



.SpecialOfferProductGrid .first .picture
{
    float: none;
    margin-right: 0;
    width: auto;
}


.SpecialOfferProductGrid .first .productDesc .price
{
    font-size: 180%;
    padding-bottom: 10px;
    color: #750000;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTACT US SIDE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.contactUsSideDetails {padding: 10px;}

.selectedShipAddress .addressName,
.selectedShipAddress .orderAddress,
.selectedShipAddress .orderEmail,
.selectedShipAddress .orderPhone,
.selectedShipAddress .orderFax
{}

.selectedBillAddress .addressName,
.selectedBillAddress .orderAddress,
.selectedBillAddress .orderEmail,
.selectedBillAddress .orderPhone,
.selectedBillAddress .orderFax
{}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

    Store locator

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.store-locator .vcard
{
    clear:both;
    margin-bottom:20px;
    width:100%;
    overflow:hidden;
}

.store-locator .details,
.store-locator .opening-hours
{
    display:inline-block;
    vertical-align:top;
}

.store-locator .details
{
    width:220px;
}

.store-locator .opening-hours
{
    width:200px;
}

.store-locator .vcard p
{
    margin:0;
    padding:0;
}

.store-locator .vcard .adr
{
    margin-bottom:15px;
}

.store-locator .vcard dl
{
    font-size:1.4em;
    line-height:1.5em;
}

.store-locator .vcard dt
{
    font-style:italic;
}

.store-locator .contentGroupCopy
{
    max-width:100%;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

    Sizing guide and tabbed control

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.sizingGuide
{
    padding-bottom:30px;
}

.ajaxContent .sizingGuide
{
    padding-bottom:0;
}

.tabbing
{
    max-width:100%;
}

.sizing-guide-link,
.nameprint-guide-link, .shirtNumberFront
{
    float:right;
    text-decoration:none;
    font-style:italic;
    color:#003B6E;
    font-size:1.2em;
    margin-right:10px;
}

.sizing-guide-link
{
    padding-left:20px;
    background:url(images/cssimages/sizing_guide.gif) no-repeat left center;
}

/* sizing table */
.sizingGuide .sizingChart
{
    width:100%;
    margin-bottom:10px;
    border-collapse:collapse;
    margin-top:30px;
}

.sizingGuide .sizingChart th,
.sizingGuide .sizingChart td
{
    text-align:center;
    font-size:1.4em;
    border:solid #C5C3C8;
    border-width:0 0 1px 1px;
}

.sizingGuide .sizingChart th
{
    padding-bottom:15px;
}

.sizingGuide .sizingChart .name
{
	text-align:left;
	border-left:0;
}

.sizingGuide .sizingChart th.name
{
	font-weight: normal;
	font-size:1.8em;
	color:#003B6E;
	font-style:italic;
}

.sizingGuide .sizingChart td
{
    background:#F9F9F8;
    vertical-align:middle;
    padding:15px 20px;
}

.tabContainer,
.tab
{
    
}

.tabContainer
{
    background:url(images/cssimages/sep_hoz_mainContent.gif) no-repeat center top;
    border-top:2px solid #003B6E;
    padding-top:25px;
    clear:both;
    width:100%; /* ie double padding bug */
}

.javascript .sizingGuide h2
{
    visibility:hidden;
}

/* h2 and the tab are the same for now, but it might (should?) change to a different element */

.sizingGuide h2,
.javascript .tabbing .tab
{
    font-size:1.8em;
    color:#003b6e;
    padding:12px;
    font-weight:normal;
}

.sizingGuide h2
{
    border-bottom:2px solid #003B6E;
}

.javascript .tabbing .tab
{
    foat:left;
    border:none;
    visibility:visible;
    display:inline-block;
    margin:0 15px 0 0;
    -moz-border-radius:5px 5px 0 0;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    cursor:pointer;
    position:relative;
}

.javascript .tabbing .tab:hover
{
    color:#939296;
    background:#F5F5F4;  
}

.javascript .tabbing .active,
.javascript .tabbing .active:hover
{
    background:url(images/cssimages/tabBG.gif) no-repeat center bottom;
    padding-bottom:26px;
    color:#fff;
    margin-bottom:-14px;
}

.ajaxContent .tabContent
{
    overflow:auto;
}

/* ajaxContent popup */
.popup {
    left:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:500;
    background:#000;
}

.ajaxContent
{
	display: block;
	width: 712px;
	padding:20px;
	position:fixed;
	left:50%;
	margin-left:-376px;
	background:white;
	z-index:501;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:2px 2px 10px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow:2px 2px 10px rgba(0, 0, 0, 0.7);
}

.ajaxContent .inner
{
	width:100%;
	height:100%;
	overflow-y:auto;
	background:#000;
}

.ajaxContent .content
{
	padding:0 10px 10px;

}

.ajaxContent .topClose, .lightboxContainer .topClose
{
    position: absolute;
    top: 5px;
    right: 5px;
    font-size:1.3em;
    color:#939296;
    background:#F5F5F4;
    padding:5px 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
    text-decoration:none;
    font-weight:bold;
}

.ajaxContent .topClose:hover, .lightboxContainer .topClose:hover
{
    background:#003B6E;
    color:#fff;
}


