/* CSS Document */
body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bg/bg_body.jpg) repeat-x #FFFFFF;
	padding: 0;
	margin: 0;
	color: #222222;
}

p {
	margin: 0 0 25px 0;
	padding: 0;
}

div#mainContent p {
	line-height: 24px;
}

img { 
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

input {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	/*text-decoration: underline;*/
	text-decoration: none;
	color: #00653b;
}

a:hover {
	/*text-decoration: none;*/
	text-decoration: underline;
}

h1 {
	color: #656565;
	font-size: 16px;
	margin: 0;
	padding: 0;
}


h2 {
	color: #656565;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

h3 {
	color: #00653B;
	font-size: 13px;
	margin: 0;
	padding: 0;
	/*font-weight: 100;*/
}


hr {
	height: 0px;
	border-top: 0px solid #e1e1e1;
	color: #e1e1e1;
}

ul {
	list-style-image: url(../images/list_icon.gif);
	margin: 0 0 25px 0;
	padding: 0 35px;
}

li {
	margin-top: 15px;
}

.error {
	font-size: 11px;
	color: #d42d16;
	padding: 0 0 15px 0;
}

/****** GENERIC ******/

.flashTextFix {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;	
}

div.clear {
	height: 0;
	margin: 0;
	padding: 0;
}

.clearLeft {
	clear: left;
	font-size: 0;
	height: 0px;
}

.clearRight {
	clear: right;
	font-size: 0;
	height: 0px;
}

div.flashContainer {
	width: 1px;
	height: 1px;
	position: absolute;
	z-index: 10;
}

input.textInput {
	height: 18px;
	width: 255px;
	border: 1px solid #bec5cd;
}

textarea.inputTextArea {
	width: 255px;
	border: 1px solid #bec5cd;
	height: 148px;
}

a.arrowLink {
	background: url(../images/ico_arrow.gif) 0 2px no-repeat;
	padding: 2px 0 2px 20px;
}

.clickable {
	cursor: pointer;
}

/****** CONTAINERS ******/
body div#pageContainer {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/bg/bg_page_container.jpg) center top no-repeat;
	min-width: 940px;
}

body div#footerTopContainer {
	width: 100%;
	margin: 0;
	background: url(../images/bg/bg_footer_top_rep.gif) top left repeat-x #26885e;
	min-width: 940px;
}

body div#footerContainer {
	width: 100%;
	margin: 0;
	background: #e7e0b5;
	min-width: 940px;
}



/******** PAGE ********/
div#page {
	width: 940px;
	padding: 0;
	margin: 0 auto;	
	position: relative;
}

/** HEADER **/
div#header {
	padding: 0;
	position: relative;
	height: 191px;
}

div#header img#clientLogo {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

div#header div#shoppingBag {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 165px;
	height: 45px;
	padding: 86px 0 0 0;
	font-size: 11px;
	color: #777777;
}

div#shoppingBag a {
	color: #df134c;
}

div#shoppingBag div.columnShop {
	padding: 0 0 0 10px;
	width: 70px;
	float: left;
	line-height: 18px;
}

img#contactHeader {
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

div#header div#navButtons {
	padding: 0;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 39px;
	_overflow: hidden;
}

div#navButtons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#navButtons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

div#navButtons ul li a {
	height: 42px;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 5;
}

div#navButtons ul li a:hover, div#navButtons ul li a.active {
	background-position: left bottom;
}

/** NAV **/
a#navHome {
	width: 64px;
	background: url(../images/nav/nav_home.gif) no-repeat;	
}

a#navAbout {
	width: 96px;
	background: url(../images/nav/nav_about.gif) no-repeat;	
}

a#navFAQs {
	width: 70px;
	background: url(../images/nav/nav_faqs.gif) no-repeat;	
}

a#navMembers {
	width: 91px;
	background: url(../images/nav/nav_members.gif) no-repeat;	
}

a#navEvents {
	width: 79px;
	background: url(../images/nav/nav_events.gif) no-repeat;	
}

a#navNews {
	width: 70px;
	background: url(../images/nav/nav_news.gif) no-repeat;	
}

/** CART POSITION **/
div#addCartPos {
	height: 0px; 
	width: 996px; 
	margin: 0 auto;
}

div#addToCartContain {
	float: left;
	font-size: 11px;
	margin: 40px 0 0 486px;
	position: fixed;
	_position: absolute;
	width: 510px;
	height: 75px;
	z-index: 200;
	display: none;
}

div#addToCartContain div {
	position: relative;
}

div#addToCartContain div img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 201;
}

div#addToCartContain div p {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 202;
	padding: 12px 35px 0px 35px;
	width: 440px;
	height: 63px;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 17px;
}

div#addToCartContain div p a {
	color: #ff435b;
}



/******** CONTENT ********/
div#content div#leftCol {
	width: 170px;
	padding: 0 10px 0 0;
	float: left;
}

div.inputBar {
	background: url(../images/bg/bg_input_rep.gif) top left repeat-x;
}

div.inputBar.fitButton {
	width: 123px;
	float: left;
}

div#searchBar {
	height: 290px;
	width: 170px;
}

input.submitFloat {
	float: left;
}

div.inputBar .inputGRight {
	background: url(../images/bg/bg_green_input_right.gif) top right no-repeat;
}

div.inputBar .inputGLeft {
	background: url(../images/bg/bg_green_input_left.gif) top left no-repeat;
	padding: 5px;
	height: 17px;
	margin-bottom: 5px;
}

div.inputGLeft input {
	border: 0;
	padding: 3px 4px;
	margin: 0;
	width: 115px;
	font-size: 11px;
	color: #000000;
}

div.inputGLeft select {
	width: 155px;
	border: 0;
	font-size: 11px;
	color: #000000;
}

div#searchBar ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

div#searchBar ul li {
	margin: 0;
	padding: 3px 0 0 0;
}

div#searchBar ul li span {
	position: relative;
	top: -6px;
	left: 10px;
}

div#searchBar ul li a {
	color: #FFFFFF;
}

div#rightCol {
	width: 760px;
	float: left;
}

div#flashBanner {
	padding: 10px 0 0 0;
}

div#rightCol div.contentSpacing {
	padding: 0 30px 30px 30px;
}

div#rightCol div#homeSpacing {
	width: 522px;
	padding: 0 25px 30px 30px;
	float: left;
}

div#rightCol div#homeRightSide {
	width: 180px;
	float: left;
}

div#rightCol div#mainContent {
	background: url(../images/bg/bg_main_content.gif) top left no-repeat;
	padding: 40px 30px;
	min-height: 400px;
}



div#homeListTitle {
	height: 67px;
	border-bottom: 1px solid #d9d9d9;
	position: relative;
}

div#homeListSort {
	width: 200px;
	height: 60px;
	position: absolute;
	top: 0px;
	right: 0px;
}

div#homeENewsletter {
	background: url(../images/bg/bg_eNewsletter.gif) top left no-repeat;
	height: 130px;
	padding: 45px 13px;
	width: 154px;
	overflow: hidden;
}

div#homeENewsletter p {
	font-size: 10px;
	color: #FFFFFF;
	line-height: 13px;
	display: block;
	height: 55px;
	margin: 0;
	padding: 0;
}

div.fitButton {
	width: 125px;
}

div#newsAndReviews {
	line-height: 16px;
}

div#newsAndReviews ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style-image: none;
	list-style: none;
}

div#newsAndReviews ul li {
	margin: 0;
	padding: 0 0 15px 0;
}

div#newsAndReviews p {
	margin: 0 0 5px 0;
}

div#newsAndReviews ul li span {
	color: #605d4e;
	font-size: 11px;
}

div#sideMenu a {
	color: #605d4e;
	display: block;
	padding: 0 0 14px 0;
	margin: 0;
}

div#sideMenu a:hover, div#sideMenu a.active  {
	color: #e0134c;
	text-decoration: none;
}

div#sideMenu ul {
	display: block;
	margin: 0;
	padding: 18px 0 0 0;
	list-style: none;
	list-style-image: none;
}

div#sideMenu ul ul {
	padding: 0 0 0 20px;
}

div#sideMenu ul li {
	display: block;
	margin: 0;
	padding: 0 10px 0 0;
}

div#sideMenu ul li.isDrop {
	background: url(../images/ico_arrow_dwn.gif) top right no-repeat;
}


div#pageTitle {
	padding: 15px 0;
}

div#productDetails {
	padding: 25px 0 0 0;
	border-bottom: 1px solid #df134c;
}

div#productDetailLeft {
	width: 270px;
	padding: 0 0 20px 0;
	text-align: center;
	overflow: hidden;
	float: left;
	min-height: 325px;
}

div#productDetailRight {
	width: 400px;
	padding: 0 20px 20px 0;
	float: left;
}

div#productDetailRight p {
	padding-top: 10px;
}

div#productDetailRight div#detailShortText p {
	font-size: 11px;
	padding: 0;
	margin: 0 0 7px 0;
	line-height: 16px;
}

div#productDetailRight div#galleryImages {
	padding-top: 10px;
}

div#productDetailRight div#galleryImages div.galleryThumb {
	height: 66px;
	width: 66px;
	padding: 2px;
	border: 1px solid #d9d9d9;
	float: left;
	margin: 0 10px 0 0;
}

div#productDetailRight div#galleryImages div.galleryThumb div {
	height: 66px;
	width: 66px;
	overflow: hidden;
}

div#productDetailRight div#galleryImages div img {
	width: 66px;
}

div.priceOptions {
	border-top: 1px solid #df134c;
	border-bottom: 1px solid #df134c;
	padding: 10px 0;
	font-size: 11px;
}

div.noTopBorder {
	border-top: none !important;
}

div.priceOptions label {
	color: #222222;
	padding: 5px 0 0 0;
	float: left;
}

div.priceOptions input.qtyField {
	width: 45px;
	border: 1px solid #c2c2c2;
	height: 21px;
	padding: 3px 5px;
	margin: 0 12px;
	float: left;
}

div.priceOptions td#specPriceContain {
	color: #e0134c;
	font-weight: 600;
}

div.priceOptions td#specPriceContain div.priceList {
	height: auto;
}

td#specPriceContain strong {
	color: #222222;
	padding: 0 0 3px 0;	
	display: block;
}

td#specPriceContain strong.strike {
	text-decoration: line-through;	
}

td#prodOptionContain select {
	width: 155px;
	border: 1px solid #c2c2c2;
	height: 24px;
	padding: 2px;
}

td#prodOptionContain .secondOption {
	margin-top: 4px;
}

div#prodLongSpace {
	padding: 25px 0 0 0;
}

div#productLongDetails {
	/*width: 470px;
	float: left;
	padding: 0 30px 0 0;
	border-right: 1px solid #df134c;*/
	
}

div#relatedTitle {
	border-bottom: 1px solid #d9d9d9;
	margin: 0 0 15px 0;
}

div#productLongDetails p {
	line-height: 20px;
}

div#productRelated {
	width: 160px;
	float: left;
	padding: 0 0 0 30px;
}

div#productBuyArea {
	padding: 0 45px;
}

div#productBuyArea input.text {
	width: 255px;
	border: 1px solid #c2c2c2;
	height: 21px;
	padding: 2px 4px;
	float: left;
	margin: 0 0 5px 0;
}

div#productBuyArea textarea {
	width: 255px;
	border: 1px solid #c2c2c2;
	height: 61px;
	padding: 2px 4px;
	float: left;
	margin: 0 0 5px 0;
}

div#productBuyArea div.productBuyOption div.productBuyLabel {
	font-size: 11px;
	width: 105px;
	padding: 3px 0 0 0;
	float: left;
}


/******** BROWSE NAVIGATION ********/
div#browseNavigation {
	color: #777777;
	font-size: 10px;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #ececec;
}

div#browseNavigation ul {
	list-style-image:none;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

div#browseNavigation ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

div#browseNavigation a {
	background: url(../images/ico_breadcrumb.gif) no-repeat right 2px;
	color:#777777;
	float:left;
	margin: 0 5px 0 0;
	padding: 0 15px 0 0;
	text-decoration: none;
}

div#browseNavigation a:hover {
	text-decoration: underline;
}

/******** PAGE BOTTOM ********/
div#pageBottom {
	margin: 0 auto;
	width: 970px;
	padding: 0;
}

/**** NEWS LIST ****/

ul#articleNewsList {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-image: none;
	background: none;
}

ul#articleNewsList li {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	list-style: none;
	list-style-image: none;
	border-bottom: 1px solid #ececec;
}

ul#articleNewsList li img {
	float: left;
	padding: 0 15px 5px 0;
	display: block;
}

ul#articleNewsList li div.artNewsContent {
	float: left;
	width: 490px;
}

ul#articleNewsList li h3 {
	font-size: 13px;
}

ul#articleNewsList li div.artNewsContent p {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 11px;
	line-height: 16px;
}


ul#articleNewsList li p.newsDate {
	font-size: 12px;
	padding-top: 3px;
	font-weight: 600;
	
}
/**** PRODUCT LIST ****/
ul.productList {
	margin: 0;
	padding: 0;
}

ul.productList li {
	width: 150px;
	height: 375px;
	display: block;
	float: left;
	padding: 0 30px 0px 0 ;
	margin: 0;
}

ul.productList li.endRow {
	padding-right: 0px;
}

ul.productList li .minListHeight {
	height: 325px;
	overflow: hidden;
}

ul.productList li div.prodImageContain {
	width: 150px;
	height: 172px;
	overflow: hidden;
	position: relative;
}

ul.productList li div.prodImageContain img {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 2px;
	border: 1px solid #d9d9d9;
}

ul.productList li div.prodImageContain div.iconContain {
	position: absolute;
	height: 125px;
	width: 150px;
	top: auto; 
	bottom: 5px;
	z-index: 10;
	text-align: right;
}

ul.productList li div.prodImageContain div.iconContain a {
	height: 125px;
	width: 100px;
	padding: 0 0 0 50px;
	display: block;
}

ul.productList li div.prodImageContain div.iconContain img {
	margin: 0 0 5px 0;
	padding: 0px;
	border: none;
	bottom: auto;
	left: auto;
	position: relative;
}

/*ul.productList li div.prodImageContain img.onTopIcon {
	position: absolute;
	top: auto !important; right: 0px !important; left: auto !important; bottom: 5px !important;
	padding: 0px;
	border: none;
	z-index: 10;
}*/



ul.productList li div.prodListTitle {
	padding: 10px 0 0 0;
	height: 53px;
	overflow: hidden;
}

ul.productList li div.prodListTitle a {
	color: #222222;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	line-height: 17px;
}

ul.productList li div.prodListTitle a:hover {
	color: #e0134c;
}		

ul.productList li a:hover {
	text-decoration: underline;
}

ul.productList div.authorList {
	font-size: 10px;
	color: #222222;
	padding: 2px 0 5px 0;
	height: 24px;
	overflow: hidden;
}

div.priceList {
	color: #e0134c;
	font-size: 11px;
	font-weight: 600;
	padding: 5px 0 3px 0;
	height: 29px;
}

div.priceList strong {
	color: #222222;
	padding: 0 0 3px 0;	
	display: block;
}

div.priceList strong.strike {
	text-decoration: line-through;	
}

a.moreDetails {
	display: block;
	color: #605d4e;
	font-size: 11px;
	padding: 3px 0;
	margin-bottom: 3px;
}


ul.productList li p {
	padding: 5px 0;
	margin: 0;
	font-size: 11px;
	color: #0c0d0e;
	height: 115px;
}
	
img.imageProductList {
	border: 1px solid #e1e1e1;
	display: block;
	float: left;
}	

div.productListText {
	width: 150px;
	padding-left: 10px;
	float: left;
}

h2.productListInclude {
	position: relative;
	top: -5px;
}

/** PAGING **/
div#paging {
	clear: left;
	font-size: 13px;
	padding: 15px 0;
}

div.changePage {
	background: url(../images/bg/bg_dashed_across.gif) top left repeat-x;
	color: #777777;
}

div.changePage a, div.changePage strong {
	color: #777777;
	margin: 0 0 0 5px;
}	
	
/****** FOOTER ******/
div#footerTop {
	width: 580px;
	margin: 0 auto;
	position: relative;
	color: #ffffff;
	font-size: 11px;
	background: url(../images/bg/bg_footer.jpg) top center no-repeat;
	padding: 190px 180px 30px 180px;
}

div#footerTop p {
	line-height: 18px;
}

div#footerTop div#hiddenFooterContent {
	display: none;
}

div#footer {
	width: 940px;
	margin: 0 auto;
	position: relative;
	color: #504d3e;
	font-size: 11px;
	padding: 20px 0px;
}

div#footer img {
	padding: 0 0 5px 0;
}

div#footer a {
	color: #504d3e;
}	

div#footer ul {
	display: block;
	float: left;
	width: 160px;
	padding: 0 20px 10px 0;
	margin: 0;
	list-style: none;
	list-style-image: none;
}

div#footer ul li {
	margin: 0;
	padding: 0 0 6px 0;
}

div#footer div.extendBlock {
	display: block;
	float: left;
	width: 400px;
	padding: 0;
	margin: 0;
}


div#footer div#copyright {
	border-top: 1px solid #c5bf9a;
	padding: 3px 0;
	line-height: 18px;
	clear: left;
}

/** DOCUMENT FORM **/
div#documentForm {
	font-size: 12px;
}

div#documentForm.linebreak {
	padding: 24px 0 0 0;
	background: url(../images/hr_dotted_g.gif) top left repeat-x;
}

div#documentForm div.formError {
	padding: 0 0 20px 0;
	color: #de0023;
}

div#documentForm div.formField {
	padding: 0 0 8px 0;
}

div#documentForm div.formFieldCenter {
	text-align: center;
}

div#documentForm div.formFieldCenterEnd {
	padding: 0;
	text-align: center;
}


div#documentForm div.formFieldPadEnd {
	padding: 0 0 0 200px;
	text-align: left;
}

div#documentForm div.heading h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 6px 0;
}

div#documentForm div.heading h3.checkoutHeading {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #2e2e2e;
}

/***************** INPUT FIELD ******************/

div#documentForm div.inputLabel {
	padding: 0 20px 0 0;
	width: 180px;
	float: left;
	text-align: right;
}

div#documentForm .mandatory {
	color: #de0023;
}

div#documentForm div.inputField {
	width: 400px;
	float: left;
}

div#documentForm div.inputField div.optionsField {
	font-size: 11px;
}

div#documentForm div.inputField div.pad {
	padding: 4px 0 0 0;
}

div#documentForm div.inputField input.text {
	width: 332px;
	border: 1px solid #d8d7dd;
}

div#documentForm div.inputField input.date {
	width: 84px;
	border: 1px solid #d8d7dd;
}

div#documentForm div.inputField img.calendar {
	cursor: pointer;
	position: relative;
	top: 4px;
	left: 0;
}

div#documentForm div.inputField select {
	width: 332px;
}

div#documentForm div.inputField textarea {
	width: 332px;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #d8d7dd;
}

div#documentForm div.inputField textarea.medium {
	height: 100px;
}

div#documentForm div.inputField textarea.large {
	height: 200px;
}

div#documentForm div.inputField div.inputLabelState {
	width: 162px;
	float: left;
}

div#documentForm div.inputField div.inputLabelState select {
	width: 160px;
}

div#documentForm div.inputField div.inputLabelState input.text {
	width: 160px;
}

div#documentForm div.inputField div.inputLabelPC {
	padding: 0px 12px 0 0;
	width: 74px;
	float: left;
	text-align: right;
}

div#documentForm div.inputField div.inputFieldPC {
	width: 86px;
	float: left;
}

div#documentForm div.inputField div.inputFieldPC input.text {
	width: 84px;
}

div#documentForm div.inputField div.optionsHalf {
	width: 167px;
	float: left;
}

div#documentForm div.inputField div.optionField {
	padding: 0 0 6px 0;
	font-size: 11px;
}

div#documentForm div.inputField div.inputLabelCaptcha {
	width: 142px;
	float: left;
}

div#documentForm div.inputField div.inputFieldCaptchaCode {
	width: 192px;
	float: left;
}

div#documentForm div.inputField div.inputFieldCaptchaCode input.text {
	padding: 4px;
	width: 182px;
}

/********************* INFO **********************/

div#documentForm div.formGap {
	height: 20px;
}

div#documentForm div.heading {
	color: #2e2e2e;
	padding: 0 0 8px 0;
}

div#documentForm div.heading p {
	font-size: 12px;
	margin: 0;
	padding: 0 0 6px 0;
}

div#documentForm div.options {
	padding: 0 0 12px 0;
}

div#documentForm div.terms {
	padding: 0 0 12px 0;
	font-size: 10px;
}

div#documentForm div.buttons {
	padding: 0 0 12px 0;
}

div#documentForm div.availability {
	font-size: 11px;
	padding: 4px 0 0 0;
}

/****************************** SHOPPING CART ************************************/

table#shoppingcart {
	width: 100%;
	font-size: 11px;
	color: #2e2e2e;
	padding: 0;
	border-spacing: 0;
}

table#shoppingcart td {
	padding: 7px 5px;
	border-bottom: 1px solid #c3c3c3;
	vertical-align: top;
}

table#shoppingcart th {
	padding: 7px 5px;
	background: url(../images/th_loop.gif) top left repeat-x;
	color: #474747;
	text-align: left;
}

table#shoppingcart th.thLeft {
	background: url(../images/th_left.gif) top left no-repeat;
}

table#shoppingcart th.thRight {
	background: url(../images/th_right.gif) top right no-repeat;
}

table#shoppingcart .qty input {
	width: 40px;
	font-size: 11px;
}

table#shoppingcart .price {
	text-align: right;
}

table#shoppingcart .remove {
	text-align: center;
}

table#shoppingcart .totalLabel {
	font-size: 12px;
	text-align: right;
}

table#shoppingcart .buttons {
	padding: 12px 0;
	border: none;
	text-align: right;
}

div.cartItemImage {
	padding: 0 10px 0 0;
	width: 50px;
	float: left;
	display: none;
}

div.cartItemName {
	width: 230px;
	float: left;
}

div#checkoutStep {
	padding: 10px 0 0 0;
}

/****************************** FORM ************************************/


/***************** INPUT FIELD ******************/

div#documentForm div.inputLabel {
	padding: 4px 20px 0 0;
	width: 206px;
	float: left;
	text-align: right;
}

div#documentForm .mandatory {
	color: #de0023;
}

div#documentForm div.inputField {
	width: 432px;
	float: left;
}

div#documentForm div.inputField div.optionsField {
	font-size: 11px;
	padding: 2px 0 0 0;
}

div#documentForm div.inputField div.pad {
	padding: 4px 0 0 0;
}

div#documentForm div.inputField input.text {
	width: 320px;
	border: 1px solid #cecece;
	margin-bottom: 10px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
}

div#documentForm div.inputField input.date {
	width: 84px;
	border: 1px solid #c3c3c3;
}

div#documentForm div.inputField img.calendar {
	cursor: pointer;
	position: relative;
	top: 4px;
	left: 0;
}

div#documentForm div.inputField select {
	width: 320px;
	border: 1px solid #cecece;
	margin-bottom: 10px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
}

div#documentForm div.inputField textarea {
	width: 320px;
	border: 1px solid #cecece;
	margin-bottom: 10px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	height: 50px;
}

div#documentForm div.inputField textarea.medium {
	height: 100px;
}

div#documentForm div.inputField textarea.large {
	height: 200px;
}

div#documentForm div.inputField div.inputLabelState {
	width: 162px;
	float: left;
}

div#documentForm div.inputField div.inputLabelState select {
	width: 160px;
}

div#documentForm div.inputField div.inputLabelState input.text {
	width: 160px;
}

div#documentForm div.inputField div.inputLabelPC {
	padding: 4px 12px 0 0;
	width: 74px;
	float: left;
	text-align: right;
}

div#documentForm div.inputField div.inputFieldPC {
	width: 86px;
	float: left;
}

div#documentForm div.inputField div.inputFieldPC input.text {
	width: 84px;
}

div#documentForm div.inputField div.optionsHalf {
	width: 167px;
	float: left;
}

div#documentForm div.inputField div.optionField {
	padding: 2px 0 6px 0;
	font-size: 11px;
}

div#documentForm div.inputField div.inputLabelCaptcha {
	width: 142px;
	float: left;
}

div#documentForm div.inputField div.inputFieldCaptchaCode {
	width: 192px;
	float: left;
}

div#documentForm div.inputField div.inputFieldCaptchaCode input.text {
	padding: 4px;
	width: 182px;
}

/********************* INFO **********************/

div#documentForm div.formGap {
	height: 20px;
}

div#documentForm div.heading {
	color: #2e2e2e;
	padding: 0 0 12px 0;
}

div#documentForm div.heading h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 6px 0;
}

div#documentForm div.heading p {
	font-size: 12px;
	margin: 0;
	padding: 0 0 6px 0;
}

div#documentForm div.options {
	padding: 0 0 12px 0;
}

div#documentForm div.terms {
	padding: 0 0 12px 0;
	font-size: 10px;
}

div#documentForm div.buttons {
	padding: 0 0 12px 0;
}

/****************************** PAYMENT ************************************/

div.detailsArea {
	padding: 10px 0 32px 0;
}

div.cartnote {
	padding: 4px 0 0 0;
	font-size: 10px;
}

div.buttonsAlignLeft {
	padding: 10px 0 0 0;
	width: 670px;
	text-align: left;
}

div.buttonsAlignRight {
	padding: 10px 0 0 0;
	width: 670px;
	text-align: right;
}

div.buttonsAlignCenter {
	padding: 10px 0 0 0;
	width: 670px;
	text-align: center;
}

table#accountinfo {
	font-size: 12px;
	color: #2e2e2e;
}

table#accountinfo th {
	width: 150px;
	padding: 0 20px;
	vertical-align: top;
	text-align: left;
}

table#accountinfo td {
	width: 150px;
	padding: 2px 20px;
	vertical-align: top;
}

table#onlinepay {
	font-size: 12px;
}

table#onlinepay td.label {
	width: 176px;
	padding: 4px 20px 4px 0;
	vertical-align: middle;
}

table#onlinepay td.field {
	width: 532px;
	padding: 4px 0;
	vertical-align: middle;
}

table#onlinepay td.field input.text {
	width: 332px;
	border: 1px solid #c3c3c3;
}

table#onlinepay td.field select {
	width: 332px;
}

table#onlinepay td.field input.text.small {
	width: 66px;;
}

table#onlinepay td.field select.small {
	width: 66px;
}

table#offlinepay {
	font-size: 12px;
}

div#documentForm div.formFieldEnd {
	padding: 20px 0 0 0;
	background: url(../images/hr_dashed_horz.gif) top left repeat-x;
}

div.zoomItem {
	display: none;
}

div.option {
	padding: 20px 0;
}

/***************************** DELIVERY *********************************/

div#deliveryMethods {
	font-size: 11px;
	color: #2e2e2e;
}

table#deliverymethod {
	padding: 0;
	border-spacing: 0;
}

table#deliverymethod th {
	padding: 4px 5px;
	text-align: left;
	background-color: #eaeaea;
}

table#deliverymethod td {
	padding: 4px 5px;
	text-align: left;
	border-bottom: 1px solid #eaeaea;
}

/***** FORM *******/
form.customForm {
	margin-top: 15px;
}

form.customForm label {
	width: 100px;
	line-height: 24px;
	float: left;
	clear: left;
	padding-right: 15px;
	text-align: right;
	margin-bottom: 5px;
}

form.customForm .inputText {
	width: 320px;
	float: left;
	border: 1px solid #cecece;
	margin-bottom: 10px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form.customForm .text {
	width: 320px;
	float: left;
	border: 1px solid #cecece;
	margin-bottom: 10px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form.customForm .inputShortText {
	width: 100px;
}

form.customForm input.inputText {
	height: 16px;
}

form.customForm textarea.inputText {
	height: 100px;
}

form.customForm label.submit {
	width: 443px;
	padding: 0px;
}
form.customForm label.submit input {
	float: right;
	width: auto;
	height: auto;
	border: 0px none;
	padding: 0px;
	margin: 0px;
}

div.formField {
	padding: 0 0 8px 0;
}

div.inputLabel {
	padding: 4px 12px 0 0;
	width: 94px;
	float: left;
	text-align: right;
}

div.inputField {
	width: 192px;
	float: left;
	text-align: left;
}

div.option div.button {
	padding: 0 0 10px 0;
}

.loginInput {
	border: 1px solid #c3c3c3;
	padding: 2px;
	width: 180px;
}	

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	