/****** FILE: market/css/site/layout.css *****/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,button,
textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,
strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,
optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}

#Splash{
    display:block;
    width:98%;
    height:100%;	
}

#Splash table{
    position: absolute;
    width:100%;
    height:100%;	
}

#Splash a{
	display:block;
    width:640px;
    height:418px;	
    margin: 0px auto;
}

#Body{
    width:940px;
    padding: 0px 64px;
    margin: 50px auto 50px;
}



.left{
    float:left;	
    width: 750px;
}


.right{
    float:right;	
}

#Gallery{
    width:156px;
    float:left;
}

.galleryItem {
    width:156px;
    display:block;
    height:126px;
    overflow:hidden;	
}

#Header{
    padding: 0px 0px 30px;
    float:left;
}

.left #Header{
	padding: 0px 0px 50px;
    float:left;
}

#Header h1{
	width:127px;
    height:138px;
    float:left;
    padding: 0px 10px 0px 0px;
}

.left #Header h1 {
    width:254px;
    height:276px;
    float:left;
    padding: 0px 10px 0px 0px;
}

#Navigation{
    float:left;
    width:240px;
    padding: 0px 0px 0px 10px;	
}

#Next{
    width:215px;
    float:left;
    padding: 127px 10px 0px 10px;	
}

#Next .date{
	height: 48px;
	width: 215px;
	padding: 4px 0px;
}

#Next .date .value{
	position: relative;
    top: 16px;
    padding: 0px 0px 0px 0px; 
}

#Next .location{

	width: 215px;
	padding: 4px 0px;
}

#Next .location .value{
	position: relative;
	top: 16px;
    padding: 0px 0px 0px 0px; 
}

#Apply{
    display:block;
    width:240px;
    height:167px;	
    margin: 0px 0px 17px;
}

#FAQ{
    display:block;
    width:240px;
    height:82px;	
}

.typography{
    float:left;
    width:940px;	
}

.left .typography {
	float:left;
	width: 500px;
}

.campaign .left .typography {
    width:650px;	
}

#Paypal{
    height:300px;	
}

#Footer{
    float:left;
    width:940px;
    padding: 15px 0px 15px;	
}

.question{
	display:block;
	margin: 10px 0px 10px;
}

.answer{
    visibility:hidden;
    height:0px;	
    padding: 0px 0px 0px 20px;
}


/****** FILE: market/css/site/typography.css *****/
body{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;	
}

a{
    color: #196fab;
    text-decoration:none;  	
}

a:hover{
	color: #11486f;
    text-decoration:underline;	
}

h2,
.typography h2{
    font-size:24px;
    margin: 0px 0px 16px;
}

.typography h3{
	font-size:20px;
    margin: 0px 0px 14px;
}

.typography h4{
    font-size:18px;
    margin: 0px 0px 12px;
}

#Splash a {
	text-indent: -9999px;
    font-size: 0px;
    background:url(../../images/splash.jpg) no-repeat center center;
}

#Splash td{
    vertical-align: middle;
    text-align:center;  
}

#Header h1 {
    text-indent: -9999px;
    font-size: 0px;
    
    background:url(../../images/header/logo-small.gif) no-repeat left center;
}

.left #Header h1{
	background:url(../../images/header/logo-large.gif) no-repeat left center;
}

#Next{
    font-size:0px;
    background:url(../../images/header/next.gif) no-repeat center top;	
}


#Next .date{
    vertical-align: middle;   
    line-height: 1.2;
    background:url(../../images/header/date.gif) no-repeat left top;
}


#Next .date .value {
	font-size: 12px;
}

#Next .location{
    vertical-align: middle;
    line-height: 1.2;
    background:url(../../images/header/location.gif) no-repeat left top;
}



#Next .location .value{
    font-size: 12px;

}

#Apply{
	text-indent:-9999px;
    font-size:0px;
    background:url(../../images/header/apply.gif) no-repeat center center;
}

#FAQ{
    text-indent:-9999px;
    font-size:0px;
    background:url(../../images/header/faq.gif) no-repeat center center;	
}

.typography{
    line-height: 1.6;	
    font-size:14px;
}

.typography p{
    margin-bottom: 10px;	
}

#Paypal{
    background:url(../../images/loading.gif) no-repeat center center;	
}

#Footer{
	text-align:left;
	font-size:14px;
}

.question {
    cursor:pointer;
 
}

.answer{

}

/****** FILE: market/css/site/form.css *****/
/**
 * General
 */

form{
    font-size:12px;	
}
div.title {
    position:absolute;	
    background:white url(../../images/forms/title.gif) no-repeat left center;
    font-weight:bold;
    width:630px;
    padding:4px;
    margin:-40px 0px 0px -10px;
    *position:relative;
}


div.content,
form h4,
form h5{
	float:left;
	clear:both;
}

div.content {
    
    -margin-top:30px;
    	
}

form h5{
    font-weight:bold;
    padding:0px 0 10px 110px;	
}

form #ExtraRequirements h5{
	padding:0px 0 10px 0px;
}

#pagelet-frame #Sections{
    float:left;
    clear:both;
    margin: 10px 0px 0px;	
    width:638px;
    height:390px;
    padding: 40px 10px 10px;
    -overflow-x: hidden;
    
}

.section{
    display:none;
}

.selected{
    display:block;
}

.hidden{
    display:none;
}

.field{
    float:left;
    clear:both;	
    *width:600px;
    *margin: 2px 0px;
}

.hint{
    float:left;
    clear:both;	
    *width:600px;
}

#Required{
    font-weight:bold;
    background: url(../../images/forms/required.gif) no-repeat left center;
    padding: 0px 0px 0px 10px;
    float: right;
    margin: -16px 0 -26px;
}

/**
 * Actions
 */
.action {
	margin: 3px 0px 0px;
    display:block;
    height:22px;
    text-indent:-9999px;
    font-size: 0px;
    float:right;
    cursor:pointer;
}

#NextAction {
    width: 45px;
    background: url(../../images/forms/next.gif) no-repeat center center;
}

#PreviousAction {
    width: 79px;
    background: url(../../images/forms/previous.gif) no-repeat center center;
    float:left;	
}

#SubmitAction {
    width: 59px;
    background: url(../../images/forms/submit.gif) no-repeat center center;	
}

#NextAction.hidden,

#SubmitAction.hidden{
    display:none;	
}

#PreviousAction.hidden {
    visibility:hidden;	
}

/**
 * Progress
 */
#Progress{
    height: 12px;
    border: 1px solid #CCC;
    width: 400px;	
    float:left;
    position:relative;
    left: 40px;
    top: 10px;
}

#Progress .value{
    background: #CCC;
    width:0px;
    height: 12px;
    float:left;
}

/**
 * Text
 */
 
input.text {
    background-color: #FCFCFC;
    border: 1px solid #888; 
    padding: 3px 2px 1px;
    height:20px;
    line-height:20px;
    vertical-align:middle;
    width:400px;
    margin: 0px 0px 5px;
    *float:left;
}

/**
 * Textarea
 */

.textarea textarea {
    background-color: #FCFCFC;
    border: 1px solid #888; 
    width:404px;
    max-width:406px;
    min-width:406px;
    padding: 3px 2px 1px;
    height:50px;
    *width:396px;
    *max-width:400px;
    *min-width:400px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
    .textarea textarea {
       max-width:400px;
       min-width:400px;
    }
}

/**
 * Radio
 */
.radio .text{
    width:373px;
    *width:359px;
    *position:absolute;	
}

div.radio{
    margin: 0px 0px 10px;	
}

/**
 * Quantity
 */
.quantity{
    float:left; 
    margin: 5px 0px 0px;  
    width:400px;
}

.quantity label.left{
    width:auto; 
}

.quantity .middleColumn{
    width:65px; 
    margin: 5px 0px 0px;
}

.quantity .option{
    width:300px;    
}

.quantity .name{


}

.quantity .price{
    display:block;

}

.quantity input {
    float:left; 
    clear:both;
    background-color: #FCFCFC;
    border: 1px solid #888; 
    padding: 3px 2px 1px;
    height:20px;
    line-height:20px;
    vertical-align:middle;
    width:30px;
    text-align:right;
}
.quantity .controls {
    float:left;
    width: 26px;
    padding: 0px 10px 20px 2px;
    overflow-y:hidden;
    height: 26px;
}
.quantity .increase{
    display:block;

    width:26px;
    height:12px;
    line-height:12px;
    background: url(../../images/forms/increase.gif) no-repeat center bottom;
    text-indent: -9999px;
    font-size:0px;  
    cursor:pointer;
    margin:0px 0px 1px 0px;
}

.quantity .decrease{
    display:block;
    width:26px;
    height:12px;
    line-height:12px;
    background: url(../../images/forms/decrease.gif) no-repeat center bottom;
    text-indent: -9999px;
    font-size:0px;  
    cursor:pointer;
    margin:2px 0px 0px 0px;
}

.quantity .increaseHover,
.quantity .decreaseHover {
    background-position: center top; 
}

.disabled .increase,
.disabled .decrease {
    background-position: center -12px;  

}

/**
 * Checkbox
 */
div.checkbox {
    padding: 0px 0px 10px 0px;	
}
 
.address div.checkbox{
    padding: 0px 0px 15px 110px;	
}

/**
 * Validation and requirements
 */
input.required,
textarea.required {
    background: #FCFCFC url(../../images/forms/required.gif) no-repeat 396px 2px;
}

.validationMessage{
    font-size: 12px;
    color:#730000;
    width:400px;    
    clear:both;
    padding:0px 0px 0px 110px;
}

.checkbox .validationMessage{
	padding:0px 0px 0px 0px;
}

.validation-failed {
}

textarea.validation-passed,
input.validation-passed{
    background: #FCFCFC url(../../images/forms/validated.gif) no-repeat 396px 2px;
}


/**
 * Hovers
 */
.quantity input:hover,
.textarea textarea:hover,
input.text:hover {
    background-color: #CEDDDF;  
}

.quantity input:focus,
.textarea textarea:focus,
input.text:focus {
    background-color: white;
}

.disabled input, input.text.disabled{
    background: #DEDEDE;
    color: #333;    
}

/**
 * Labels
 */
.text label,
.textarea label {
    float:left;
    width:100px;
    padding: 0 10px 0 0px;
    text-align:right;
    *margin: 4px 0px;
}

/**
 * Login Form
 */
#MemberLoginForm_LoginForm fieldset{
	padding: 20px 0px 0px;
}

#MemberLoginForm_LoginForm .Actions{
	width: 405px;
    padding: 10px 0px 20px;
}

#MemberLoginForm_LostPasswordForm .Actions .action,
#MemberLoginForm_LoginForm .Actions .action{
	border: none;
	width: 59px;
    background: url(../../images/forms/submit.gif) no-repeat center center; 
}


#MemberLoginForm_LoginForm label{
    float:none;	
}


/****** FILE: market/css/site/pagelet.css *****/
#lbOverlay{
    -position:absolute;	
}

#pagelet-background{
    width: 800px;
    height: 600px;
    border: 5px solid #666;
    display: none;
    position:absolute;
    top: 20px;
    left: 0px;	
    z-index:9999;
}

#pagelet-frame{
	width: 800px;
	height: 600px;
	-overflow-y:hidden;
    position:absolute;
    top: 25px;
    left: 5px;
    z-index:9999;
    display:none;
    background:white;
}

#pagelet-button{
	background: url(../../css/library/slimbox/1.7/close.gif) no-repeat center center;
	display:block;
	width:66px;
	height:22px;
	cursor: pointer;
	float:right;
	position:relative;
	left:-20px;
}



#pagelet-content{
	margin: 20px;
	background: url(../../images/header/logo-tiny.gif) no-repeat left top;
	height: 525px;
	padding: 0px 0px 0px 100px;
}

.loading #pagelet-content{
    background: url(../../css/library/slimbox/1.7/loading.gif) no-repeat center center;
}

#pagelet-content h2{
    height: 40px;
    font-size:24px;
}

#pagelet-content .typography{
    width:638px;
    height: 465px;
    font-size:12px;
    padding: 10px;
    border:1px solid #ccc;
    overflow:auto;
}

