/*  ===== pt_default Notes =====   /
	GLOBAL DEFAULTS

	- defines base colors, margins, borders and so on
	- Removal of default margins and padding for different browsers
	- defines global style of forms, inputs, and HTML tagging
   
	Demandware eCommerce 2.4, copyright 2007, all rights reserved 
*/
*{margin:0;}
html,body{height:100%;font:normal 9pt arial, verdana, tahoma, Trebuchet MS, helvetica, sans-serif;color:#595959;background:url(../images/bg_image/bg_image.jpg) no-repeat fixed center -5px #654530;}

/* FLOAT CLEAR inside a div (W3C recommendation) */
.clear{clear:both;}
.clearWrap{clear:both;height:0;border:0;width:100%;display:block;margin:0;padding:0;}

/*  ===== HTML TAG DEFAULTS FORMATING =====   /
	Sets standards for styling of HTML tags
*/ /* DEFAULT HEADER TAGS SIZES and WEIGHT */
h1{font-size:18px;font-weight:400;}
h2{font-weight:700;font-size:14px;}
h3{font-size:12px;font-weight:700;}
h4{font-size:10px;font-weight:700;}
p,blockquote{margin:0;padding:0;}

/* HREF DEFAULTS: link color, hover, etc. */
a{text-decoration:none;color:#595959;}
a:hover{color:#666;text-decoration:underline;}
img,a img,img a{border:0;overflow:hidden;}
.privacy{text-decoration:underline;color:#999;}
ul li,ul,li{margin:0;padding:0;}

/*  FORMS STYLING
	Advanced behavior of input/select boxes to focus when a user is editing the content.
	This is clearly CSS 2.1 and therefore is ignored by IE 6.0 and all other 
	unsupportive browsers.
*/
form{z-index:-1;margin:0;padding:0;}
fieldset{border:none;margin:0;padding:0;}
input,input [type=checkbox],input.checkbox{border:0;vertical-align:middle;z-index:-1;margin:0;}
select{z-index:-1;}
input [type=text]:focus,input [type=password]:focus,textarea:focus,select:focus{background-color:#fafafa!important;}

/* Global image button layout */
.imagebutton{border: none;}

/* Default layout of input boxes */
.inputbox{font-family:arial, verdana, sans-serif;font-size:12px;font-weight:400;vertical-align:middle;border:1px solid #999;padding:4px;}

/* Default layout of select boxes */
.selectbox{font-family:arial, verdana, sans-serif;font-size:12px;font-weight:400;vertical-align:middle;border:1px solid #999;padding:2px;}

/* START IE6 FIXES */
.floatclear {/*width: 100%;*/display:table;}

/* Hide from IE Mac \*/
* html .floatclear{height: 1%; width: auto;}

/* End hide from IE-mac */ /* END IE6 Fixes */
#QuestionTopic{width: 185px;}
#QuestionTopic option{width: auto;}
