@charset "utf-8";
/* CSS Document */
body {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    background-color: #FFF;
    margin: 0;
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #666666;
}

/* Main Container */
.twoColFixLtHdr #container {
    width: 900px;
    background-color: #7D9AAA;
    margin: 20px auto; /* center the page horizontally */
    text-align: left; /* this overrides the text-align: center on the body element. */
}

/* Main Header */
.twoColFixLtHdr #header {
    background-color: #7D9AAA;
    padding: 0;
    height: 94px;
} #headerLeft {
    float: left;
    margin-right: 0;
    width: 16px;
    height: 94px;
    
} #headerCenter {
    float: left;
    margin: 0;
    width: 868px;
    height: 94px;
    
} #headerRight {
    float: left;
    margin-right: 0;
    width: 16px;
    height: 94px;
    
} #headerLogo {
    float: left;
    margin: 10px 0;
    width: 144px;
    height: 74px;
} #headerLogo img {
    margin: 4px 10px;
    border: none;
} #headerScroller { /* This will contain the Flash logo scroller */
    float: left;
    margin: 25px 10px;
    width: 600px;
    height: 44px;
} #headerPhone { /* Phone number - currently an image */
    float: left;
    margin: 10px 0;
    width: 100px;
    height: 74px;
    background-image: url(HeaderRight-Vert.gif);
    background-repeat: no-repeat;
    background-position: left center;
} #headerPhone img {
    margin: 10px 0 0 3px;
} .twoColFixLtHdr #header h1 {
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Left hand sidebar */
.twoColFixLtHdr #sidebar1 {
    float: left;
    width: 160px !important;
    width: 150px;
    background-color: #7D9AAA; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 0 0 0 10px !important;
    padding: 0 10px 0 10px;
}

/* Nav Group and Main Content container */
.twoColFixLtHdr #innerWrapper {
    float: left;
    width: 730px !important;
    width: 720px;
    /*margin: 0 0 0 170px;  the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #innerWrapper div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
    padding: 0;
    margin-top: 0;
} #padder { /* Div used for padding only */
    float: left;;
    width: 10px;
    height: 100px;
    margin: 0;
    padding: 0;
}

/* Main navigation group - includes titles, nav menu and cart summary */
#navGroup { /* Main wrapper */
    float: left;;
    width: 720px;
    height: 120px;
    margin: 0 0 10px 0;
} #navMenu {
    float: left;
    width: 720px;
    height: 120px;
} #navMenuLeft {
    float: left;
    width: 6px;
    height: 120px;
    
} #navMenuRight {
    float: left;
    width: 6px;
    height: 120px;
    
} #navMenuCenter {
    float: left;
    width: 548px;
    height: 120px;
    
} .navTitle {
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    color: #E6E6E6;
    text-align: center;
    padding-top: 10px;
} .navSubTitle {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #999999;
    text-align: center;
    text-decoration: none;
    padding-top: 5px;
} .navSubTitle a {
    color: #999999;
    text-decoration: none;
} .navSubTitle a:hover {
    color: #999999;
    text-decoration: underline;
}

a img {
    border: none;
}

/* Navigation menu links */
#top-nav {
    width: 100%;
    margin: 0px;
    height: 100px;
    padding-top: 18px;
    padding-bottom: 5px;
		z-index: 500;
} .menu li {
    float: left;
		z-index: 500;
} .menu li a {
    font-size: 11px;
    display: block;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
		z-index: 500;
}

/* [ News styles ] */
div#news {
	margin: 0;
	padding: 0;
}

div.newsdate {
	float: left;
	width: 125px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color:#1A2732;
	text-decoration: none;
	text-align: left;
}
div.newsdate img {
	/*width: 150px;*/
	margin: 5px 0 0 0;
	padding: 0;
	border: none;
}

div.newscontent {
	float: left;
	width: 370px;
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #1A2732;
	text-decoration: none;
}
div.newscontent a {
	font-weight: normal;
	color: #069;
	text-decoration: none;
}
div.newscontent a:hover {
	font-weight: normal;
	color: #069;
	text-decoration: underline;
}
div.newscontent h1 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: normal;
	color: #1A2732;
	text-decoration: none;
}
div.newscontent h1 a {
	font-weight: normal;
	color: #069;
	text-decoration: none;
}
div.newscontent h1 a:hover {
	font-weight: normal;
	color: #069;
	text-decoration: underline;
}
div.newscontent h2 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	color: #1A2732;
	text-decoration: none;
}
div.newscontent h2 a {
	font-weight: normal;
	color: #069;
	text-decoration: none;
}
div.newscontent h2 a:hover {
	font-weight: normal;
	color: #069;
	text-decoration: underline;
}
div.newscontent img {
	float: left;
	/*width: 150px;*/
	margin: 10px 5px 5px 0;
	padding: 0;
	border: none;
}
div.newscontent .newsMore {
	margin: 10px 0 0 0;
	font-weight: normal;
	color: #069;
	text-decoration: none;
}
div.newscontent .newsMore a {
	font-weight: normal;
	color: #069;
	text-decoration: underline;
}
div.newscontent .newsMore a:hover {
	font-weight: normal;
	color: #069;
	text-decoration: underline;
}
.newsItemSeperator {
	height: 5px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #CCC;
}

.newsSummaryItem {
	margin: 0;
	padding: 5px 10px 5px 10px;
	font-size: 11px;
	color: #1A2732;
	font-weight: normal;
	text-decoration: none;
}
.newsSummaryItem a {
	font-size: 11px;
	color: #069;
	font-weight: normal;
	text-decoration: none;
}
.newsSummaryItem a:visited {
	font-size: 11px;
	color: #069;
	font-weight: normal;
	text-decoration: none;
}
.newsSummaryItem a:hover {
	font-size: 11px;
	color: #069;
	font-weight: normal;
	text-decoration: underline;
}
/* News Summary Panel */
#newssum {
    background-color: #D4DFE9;
    width: 150px;
} #newssumTop {
    width: 150px;
    height: 6px;
    
} #newssumMid {
    width: 150px;
    margin: 0;
    text-align: center;
} #newssumBot {
    width: 150px;
		height: 6px;
		margin: 0 0 10px 0;
} #newssumTitle {
    font-size: 12px;
    color: #28458D;
    font-weight: bold;
    padding: 0 0 6px 6px;
}
/* Pager */
.pageNumbers, .pageNumbers a {
    font-size: 14px;
    color: #232323;
    font-weight: bold;
    text-decoration: none;
} .pageNumbers a:hover {
    font-size: 14px;
    font-weight: bold;
    color: #232323;
    text-decoration: underline;
} .pageNP, .pageNP a {
    font-size: 14px;
    font-weight: bold;
    color: #232323;
    text-decoration: none;
} .pageNP a:hover {
    font-size: 14px;
    font-weight: bold;
    color: #232323;
    text-decoration: underline;
} .perPageSelect {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    height: 18px;
    border: 1px solid #28458d;
    background-color: #FFF;
    padding: 2px;
    margin: 0;
} .perPageSelectSelected {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    height: 18px;
    border: 1px solid #28458d;
    background-color: #FFF;
    padding: 2px;
    margin: 0;
}

/* Main category menu */
#catMenuWrapper {
    float: left;
    width: 180px !important;
    width: 170px;
    margin: 0 10px 0 0;
    margin-top: 0 !important;
    margin-top: -9ex;
} #catMenuTopImage {
    width: 180px;
    height: 6px;
    margin: 0;
    padding: 0;
} #catMenuBottomImage {
    width: 180px;
    height: 6px;
    margin: 0;
    padding: 0;
} #catMenu {
    width: 180px;
    margin: 0;
    background-color: #E6E6E6;
} #catMenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
} #catMenu li {
    font-size: 11px;
    color: #666666;
    padding: 0 6px;
} #catMenu li a {
    font-size: 11px;
    color: #666666;
    display: block;
    height: 20px;
    text-align: left;
    vertical-align: middle;
    text-decoration: none;
    padding-top: 3px;
} #catMenu li a:hover {
    font-size: 11px;
    color: #666666;
    background-color: #F2F4F4;
} #current { /* Currently selected/active category - keeps the menu item highlighted */
    color: #666666;
    background-color: #F2F4F4;
} #catMenuEditRegion {
    width: 180px;
    height: 185px;
    margin: 11px 0 0 0;
    background-color: #333;
}

/* Main Content area */
#mainContent { /* Main Content wrapper */
    float: left;
    width: 530px;
    margin: 0;
    margin-top: 0 !important;
    margin-top: -9ex;
} #maintitle {
    width: 530px;
    height: 6px;
    background-image: url(Main-Curve-White-Top.gif);
    background-repeat: no-repeat;
    background-position: top;
} #mainbody {
    width: 510px;
    padding: 0 10px 10px 10px;
    background: #FFFFFF;
    background-image: url(Main-Curve-White-Bottom.gif);
    background-repeat: no-repeat;
    background-position: bottom;
}

/* Footer styles */
.twoColFixLtHdr #footer {
    padding: 0 10px 0 10px; /* this padding matches the left and right alignment of the elements in the divs that appear above it. */
    background-color: #7D9AAA;
} .twoColFixLtHdr #footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
} .twoColFixLtHdr #footer img {
    margin: 0;
    padding: 0;
} .footer {
    font-size: 10px;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
} .footer a {
    font-size: 10px;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
} .footer a:hover {
    font-size: 10px;
    font-weight: normal;
    color: #666666;
    text-decoration: underline;
}

/* Float styles */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 0;
} .fltlft { /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 0;
} .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

/* Advanced Search box styles */
#advsearchtitle {
    width: 150px;
    height: 22px;

} #advsearchbody {
    width: 150px;
    background: #E6E6E6;
    background-image: url(Curve-Light-Bottom.gif);
    background-repeat: no-repeat;
    background-position: bottom;
} #advsearchbodyNew {
    width: 150px;
    
} #advsearchbottom {
    width: 150px;
		height: 7px;
    margin: 0 0 10px 0;
} .advsearchtitle {
    font-size: 11px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 22px;
    vertical-align: middle;
    padding-left: 6px;
} .advsearchlabel {
    font-size: 10px;
    color: #666666;
    font-weight: normal;
    padding: 5px 0 3px 6px;
} /*.advsearchlabelNew {
    font-size: 10px;
    color: #ffffff;
    font-weight: normal;
    padding: 0;
    margin: 5px 0 3px 6px;
}*/
.advsearchlabelNew {
    font-size: 10px;
    color: #FFF;
    font-weight: normal;
    padding: 0;
    margin: 0 0 0 6px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}

/* Dynamic Category image styles - Sidebar */
#sideBarDynamicCatTopImage {
    width: 150px;
    height: 6px;
    margin: 0;
    padding: 0;
    
} #sideBarDynamicCatBottomImage {
    width: 150px;
    height: 6px;
    margin: 0 0 10px 0;
    padding: 0;
    
} #sideBarDynamicCat {
    width: 150px;
    height: 200px;
    background-color: #E6E6E6;
} #sideBarDynamicCat img {
    margin: 0 5px;
}

/* Login box styles New 080508 */
#loginbody2 {
    width: 150px;
    height: 190px;
    margin: 0;
    padding: 0;
} #loginbodyIN {
    width: 150px;
    height: 190px;
		margin: 0;
    padding: 0;
} #logintop2 {
    height: 7px;
    
} #loginbottom {
    width: 150px;
    height: 7px;
    margin: 0 0 10px 0;
}
.logintitle2 {
    font-size: 13px;
    color: #FFF;
    font-weight: bold;
    padding: 0;
    margin: 0;
		text-align: center;
}
#loginUsername {
	margin-top: 5px;
}
#loginPassword {
	
}
.forgotLogin2 { /* Font styles for Forgot Login link */
    margin: 0;
		padding: 0 0 10px 0;
		font-size: 11px;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
.forgotLogin2 a {
    color: #069;
    text-decoration: none;
}
.forgotLogin2 a:hover {
    color: #069;
		text-decoration: underline;
}
.loggedinUser2 { /* Text displayed when user is logged in */
    font-size: 11px;
    color: #FFF;
    font-weight: normal;
    padding: 20px 0 10px 0;
		margin: 0;
    text-decoration: none;
		text-align: center;
}
.loggedinUser2Name { /* Text displayed when user is logged in */
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
    padding: 0 0 20px 0;
		margin: 0;
    text-decoration: none;
		text-align: center;
}
#loginMyAccount2 { /* My Account link displayed when user is logged in */
    text-align: center;
    padding: 0 0 10px 0;
		margin: 0;
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
} #loginMyAccount2 a { /* My Account link displayed when user is logged in */
    color: #069;
    text-decoration: underline;
} #loginMyAccount2 a:hover { /* My Account link displayed when user is logged in */
    color: #069;
    text-decoration: underline;
} #loginLogout2 { /* Logout link displayed when user is logged in */
    text-align: center;
    padding: 0 0 10px 0;
		margin: 0;
    font-size: 12px;
    color: #069;
    font-weight: bold;
    text-decoration: none;
} #loginLogout2 a { /* Logout link displayed when user is logged in */
    color: #069;
    text-decoration: underline;
} #loginLogout2 a:hover { /* Logout link displayed when user is logged in */
    color: #069;
    text-decoration: underline;
}

/* Login box styles */
#loginbody {
    width: 150px;
    height: 114px;
    background: #E6E6E6;
    background-image: url(Curve-Light-Bottom.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    margin: 0;
    padding: 0;
} #logintitle {
    width: 150px;
    height: 6px;
    background-image: url(Curve-Light-Top.gif);
    background-repeat: no-repeat;
    background-position: top;
    margin: 0;
    padding: 0;
} .logintitle {
    font-size: 14px;
    color: #28458D;
    font-weight: bold;
    line-height: 22px;
    vertical-align: middle;
    padding-left: 6px;
} .loggedinUser { /* Text displayed when user is logged in */
    font-size: 11px;
    color: #000000;
    font-weight: normal;
    padding: 15px 6px;
    text-decoration: none;
} #loginMyAccount { /* My Account link displayed when user is logged in */
    float: left;
    text-align: left;
    padding-left: 6px;
} #loginLogout { /* Logout link displayed when user is logged in */
    float: right;
    text-align: right;
    padding-right: 6px;
} .loginText { /* Font styles for Logout and My Account links */
    font-size: 11px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
} .loginText a {
    font-size: 11px;
    color: #006699;
    font-weight: normal;
    text-decoration: none;
} .loginText a:hover {
    text-decoration: underline;
} .forgotLogin { /* Font styles for Forgot Login link */
    font-size: 9px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    text-align: right;
    padding-right: 6px;
} .forgotLogin a {
    color: #006699;
    text-decoration: none;
} .forgotLogin a:hover {
    text-decoration: underline;
}

/* [ Product Detail login ] */

#productLoginWrapper {
	margin: 0 0 20px 0;
	padding: 0 0 20px 50px;
	border-bottom: 1px solid #CCC;
}
#productLoginUIMessage {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 10px;
	color: #ED3024;
	font-weight: bold;
	text-decoration: none;
}
#productLoginUsername {
	margin-top: 8px;
}
#productLoginUsername .content {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}


/* Form field styles */
.productLoginformbutton {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #D4D3D3;
	border: 1px solid #CCC;
	cursor: pointer;
}
#LoginSubmitProduct {
	width: 60px;
	padding: 2px;
}
.productLoginform {
	width: 122px;
	font-size: 12px;
	font-weight: normal;
	color: #2E2E2E;
	background-color: #FFF;
	margin-right: 5px;
	padding: 2px;
	border: 1px solid #CCC;
}
.productLoginformSelected {
	width: 122px;
	font-size: 12px;
	font-weight: normal;
	color: #2E2E2E;
	background-color: #FFF;
	margin-right: 5px;
	padding: 2px;
	border: 1px solid #578595;
}


.productForgotLogin { /* Font styles for Forgot Login link */
	padding:0 0 0 3px;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.productForgotLogin a {
	font-size: 12px;
	color: #069;
	font-weight: bold;
	text-decoration: none;
}
.productForgotLogin a:hover {
	font-size: 12px;
	color: #069;
	font-weight: bold;
	text-decoration: underline;
}




/* Join as a Member box styles - Sidebar */
#joinbody {
    width: 150px;
    height: 74px;
    background: #E6E6E6;
    background-image: url(Curve-Light-Bottom.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    margin: 0;
    padding: 0;
} #jointitle {
    width: 150px;
    height: 6px;
    background-image: url(Curve-Light-Top.gif);
    background-repeat: no-repeat;
    background-position: top;
    margin: 0;
    padding: 0;
} .jointitle {
    font-size: 14px;
    color: #505050;
    font-weight: bold;
    padding: 0 0 0 6px;
} #jointitle2 {
    font-size: 14px;
    color: #505050;
    font-weight: bold;
    padding: 0 0 0 6px;
} #joinsubtitle {
    font-size: 18px;
    color: #505050;
    font-weight: normal;
    background-image: url(Join-Logo.gif);
    background-repeat: no-repeat;
    background-position: right;
}

/* Request Catalogue */
#requestcat {
    height: 145px;
    background-color: #D4DFE9;
    width: 150px;
} #requestcatTop {
    width: 150px;
    height: 6px;
    
} #requestcatMid {
    width: 150px;
    margin: 0;
    text-align: center;
} #requestcatBot {
    width: 150px;
		height: 6px;
		margin: 0 0 10px 0;
} #requestcatTitle {
    font-size: 12px;
    color: #28458D;
    font-weight: bold;
    padding: 0 0 6px 6px;
}

/* Info box 1 styles - Sidebar */
#info1title {
    width: 150px;
    height: 6px;
    background-image: url(Curve-Light-Top.gif);
    background-repeat: no-repeat;
    background-position: top;
} #info1body {
    width: 150px;
    height: 74px;
    background: #E6E6E6;
    background-image: url(Curve-Light-Bottom.gif);
    background-repeat: no-repeat;
    background-position: bottom;
} .info1title {
    font-size: 12px;
    color: #28458D;
    font-weight: bold;
    line-height: 20px;
    vertical-align: middle;
    padding-left: 6px;
} .info1Text { /* Font styles for Logout and My Account links */
    font-size: 11px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    padding: 6px;
} .info1Text a {
    font-size: 11px;
    color: #006699;
    font-weight: normal;
    text-decoration: none;
} .info1Text a:hover {
    text-decoration: underline;
}

/* Shopping Cart Summary styles */
#cartsummarytitle {
    float: left;
    width: 150px;
    height: 22px;
    padding-bottom: 10px;
} #cartsummarybody {
    float: left;
    width: 150px;
    height: 120px;
    background-color: #E6E6E6;
} #cartsummaryimages { /* Shopping Cart Summary images - Cart, eGate etc */
    width: 115px;
    margin: 5px 0 0 20px;
} .cartsummarytitle, .cartsummarytitle a {
    font-size: 11px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    line-height: 22px;
    vertical-align: middle;
    padding-left: 6px;
} .cartsummarytitle a:hover {
    text-decoration: underline;
} .cartsummarylabel, .cartsummarylabel a {
    font-size: 10px;
    color: #666666;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
} .cartsummarylabel a:hover {
    text-decoration: underline;
}

/* Form styles */
form {
    margin: 0;
} .formbuttons {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    /* height: 18px; */
    background-color: #293553;
    border: 1px solid #293553;
    background-image: url(ButtonBG.gif);
    background-repeat: repeat-x;
    cursor: pointer;
} .forms {
    font-size: 11px;
    color: #232323;
    border: 1px solid #E6E6E6;
    padding: 2px;
}

select.forms {
}
#JoinButton { /* Join button in Join as Member box in sidebar */
    margin: 6px 0 10px 37px;
    padding: 2px;
		width: 75px;
}
#MyAccountButton { /* Join button in Join as Member box in sidebar */
    margin: 0;
    padding: 2px;
		width: 85px;
}
#LogoutButton { /* Join button in Join as Member box in sidebar */
    margin: 0;
    padding: 2px;
		width: 85px;
}
.formJoinButton {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    background-color: #293553;
    border: 1px solid #293553;
    background-image: url(ButtonBG.gif);
    background-repeat: repeat-x;
    cursor: pointer;
}
.formMyAccountButton {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    background-color: #293553;
    border: 1px solid #293553;
    background-image: url(ButtonBG.gif);
    background-repeat: repeat-x;
    cursor: pointer;
}

/* Advanced Search form styles */
.codeSearchField {
    font-size: 11px;
    color: #232323;
    background-color: #F2F4F4;
    border: none;
    margin-left: 6px;
    width: 138px;
    height: 17px
} #selectProduct, #selectManu, #selectPrice, #selectSize {
    font-size: 11px;
    color: #232323;
    background-color: #F2F4F4;
    border: none;
    /*padding: 2px;*/
    margin: 0;
    width: 138px;
    height: 17px;
} #searchProduct, #searchBrand, #searchPrice, #searchSize {
    height: 20px;
	padding: 0;
    margin: 0 0 0 6px;
} #CodeSearchSubmit {
    margin: 6px 0 0 84px;
    width: 60px;
} #AdvSearchSubmit {
    margin: 6px 0 0 84px;
    width: 60px;
}

/* Login form styles - Sidebar */
#UserName, #Password {
    font-size: 11px;
    color: #232323;
    background-color: #F2F4F4;
    border: none;
    padding: 2px;
    margin: 2px 0 2px 6px;
    width: 132px;
}
#LoginSubmit {
    margin: 6px 0 6px 37px;
    padding: 2px;
		width: 75px;
}
.formLoginSubmit {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    background-color: #293553;
    border: 1px solid #293553;
    background-image: url(ButtonBG.gif);
    background-repeat: repeat-x;
    cursor: pointer;
}
.UIMessage { /* Form submit messages */
    font-size: 10px;
    font-weight: bold;
    color: #FF0000;
    text-decoration: none;
}

/* Contact Form styles */
#contactFormWrapper {
    margin: 0px;
    width: 510px;
    padding: 10px 0;
} #contactFormWrapper legend {
    font-size: 13px;
    font-weight: normal;
    color: #232323;
    text-decoration: none;
} #contactFormWrapper label {
    float: left;
    display: block;
    padding: 5px 5px 0 0;
    width: 125px;
    font-size: 11px;
    font-weight: normal;
    color: #232323;
    text-decoration: none;
    text-align: right;
} #contactFormWrapper input, #contactFormWrapper select, #contactFormWrapper textarea {
    margin: 5px 0 0 0;
} #contactFormWrapper select#Country, #contactFormWrapper input#Postcode {
    width: 125px;
} #contactFormWrapper input#contactSubmit {
    margin: 5px 0 0 130px;
} #addressList div {
    margin: 0;
}

/* Registration Form styles */
#registrationFormWrapper {
    margin: 0px;
    width: 510px;
    padding: 10px 0;
} #registrationFormWrapper legend {
    font-size: 13px;
    font-weight: normal;
    color: #232323;
    text-decoration: none;
} #registrationFormWrapper label {
    float: left;
    display: block;
    padding: 5px 5px 0 0;
    width: 135px;
    font-size: 11px;
    font-weight: normal;
    color: #232323;
    text-decoration: none;
    text-align: right;
} #registrationFormWrapper input, #registrationFormWrapper select, #registrationFormWrapper textarea {
    margin: 5px 0 0 0;
} #registrationFormWrapper select#Country, #registrationFormWrapper input#StateAU, #registrationFormWrapper input#StateUS, #registrationFormWrapper input#StateOther {
    width: 170px;
} #registrationFormWrapper input#registrationSubmit {
    margin: 5px 0 0 140px;
} #sitemapWrapper li, #sitemapWrapper li ul li, #sitemapWrapper li ul li ul li {
    font-size: 11px;
    font-weight: normal;
    color: #232323;
    text-decoration: none;
} #sitemapWrapper li a, #sitemapWrapper li ul li a, #sitemapWrapper li ul li ul li a {
    font-size: 11px;
    font-weight: normal;
    color: #006699;
    text-decoration: none;
} #sitemapWrapper li a:hover, #sitemapWrapper li ul li a:hover, #sitemapWrapper li ul li ul li a:hover {
    font-size: 11px;
    font-weight: normal;
    color: #006699;
    text-decoration: underline;
} #sitemapWrapper li.sitemapSubtitle {
    margin: 6px 0 3px 0;
    font-weight: bold;
}

/* Edit Buyer Form styles */
#editbuyerFormWrapper {
    margin: 0px;
    width: 510px;
    padding: 10px 0;
} #editbuyerFormWrapper legend {
    font-size: 13px;
    font-weight: normal;
    color: #232323;
    text-decoration: none;
} #editbuyerFormWrapper label {
    float: left;
    display: block;
    padding: 5px 5px 0 0;
    width: 200px;
    font-size: 11px;
    font-weight: normal;
    color: #232323;
    text-decoration: none;
    text-align: right;
} #editbuyerFormWrapper input, #editbuyerFormWrapper select, #editbuyerFormWrapper textarea {
    margin: 5px 0 0 0;
} #editbuyerFormWrapper select#Country, #editbuyerFormWrapper input#StateAU, #editbuyerFormWrapper input#StateUS, #editbuyerFormWrapper input#StateOther {
    width: 170px;
} #editbuyerFormWrapper input#editbuyerSubmit {
    margin: 5px 0 0 140px;
}

/* General Content styles */
.content {
    font-size: 11px;
    font-weight: normal;
    color: #232323;
    text-decoration: none;
} .content a {
    font-size: 11px;
    font-weight: normal;
    color: #006699;
    text-decoration: none;
} .content a:hover {
    font-size: 11px;
    font-weight: normal;
    color: #006699;
    text-decoration: underline;
}
.title {
    font-size: 14px;
    font-weight: bold;
    color: #303D5D;
    text-decoration: none;
    padding: 0 0 10px 0;
}
.title a {
    font-size: 14px;
    font-weight: normal;
		color: #069;
    text-decoration: none;
}
.title a:hover {
    font-size: 14px;
    font-weight: normal;
		color: #069;
    text-decoration: underline;
}
.paymentTitle {
    font-size: 11px;
    font-weight: bold;
    color: #303D5D;
    text-decoration: none;
    padding: 0;
} .subtitle, .subtitle a {
    font-size: 12px;
    font-weight: bold;
    color: #303D5D;
    text-decoration: none;
    padding: 0;
} .subtitle a:hover {
    font-size: 12px;
    font-weight: bold;
    color: #303D5D;
    text-decoration: underline;
    padding: 0;
} .footerNav, .footerNav a {
    font-size: 10px;
    font-weight: normal;
    color: #999999;
    text-decoration: none;
} .footerNav a:hover {
    font-size: 10px;
    font-weight: normal;
    color: #999999;
    text-decoration: underline;
} .homeProdTitle {
    font-size: 12px;
    font-weight: bold;
    color: #303d59;
    text-decoration: none;
    padding: 0;
} .homeProdPrice {
    font-size: 12px;
    font-weight: bold;
    color: #fe1412;
    text-decoration: none;
    padding: 0;
}

/* navigation drop downs */
#top-nav {
    list-style: none;
} #top-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 30px;
    width: 500px;
    display: block;
    overflow: hidden;
} #top-nav a {
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    color: #FFF;
} #top-nav li li a {
    display: block;
    font-weight: normal;
    color: #FFF;
    padding: 0.2em 10px;
} #top-nav li li a:hover {
    padding: 0.2em 5px;
    border: 5px solid #FFF;
    border-width: 0 5px;
} #top-nav li {
    float: left;
    position: relative;
    width: auto;
    text-align: center;
    cursor: default;
    list-style: none;
    padding: 0 4px;
} #top-nav li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    text-align: left;
    background-color: #363739;
    text-align: left;
    width: 150px;
    font-weight: normal;
    padding: 0.5em 0 0.5em 0;
    height: auto;
} #top-nav li > ul {
    top: auto;
    left: auto;
} #top-nav li li {
    display: block;
    float: none;
    border: 0;
    height: 2.2ex;
    text-align: left;
} #top-nav li:hover ul, #top-nav li.over ul {
    display: block;
    background: #363739;
    color: #eee;
}

.productInfoAlternate {
    font-size: 11px;
    color: #000;
    font-weight: normal;
    text-decoration: none;
}
#gcccSlideshow {
	margin: 0;
	z-index: 1;
}
