/* CSS Document */


/* POPUP SPECIFIC */

html, body {
	margin: 0;
	padding: 0;
	min-width: 600px;
	background: url(image/bg_popup.gif);
	background-color: #ececec;
	background-repeat: repeat-x;
	font-family: verdana;
	font-size: 12px;
	text-align: center;
	border: none;
	
}

img {
	border: none; }
	
/* LAYOUT STUFF */
	
#popup {
	width: 600px;
	margin: 0 auto;
	padding: 0px 10px 0px 10px;
	text-align: left;
}

#popupheader {
	height: 47px;
	margin: 0px;
	padding: 0 10px 0 10px;
}

#popupcontent {
	background: white;
	padding: 10px;
	color: black;
}

#popupfooter {
	background: white;
	padding: 10px;
}


#left {
	float: left;
	/*margin-top: 20px;*/
	margin-bottom: 5px;
	width: 440px;
	height: 55px;
	position: relative;	
}

#left p { 
	position: absolute;
	bottom: 0;

} 

#right {
	float: right;
	width: 128px;
	clear: right;
	text-align: right;
	margin: 0px;
	font-size: 9px;
}

#leftcontent {
	float: left;
	padding: 0px;
	width: 250px;
	text-align: center;

}

#leftcontent img {
	/*border: 1px gray solid;*/
	}

#rightcontent {
	float: right;
	padding: 0px;
	margin: 0px;
	width: 320px;
}

#topcontent {
	}
	
.header {
	float: left;
	margin: auto;
}

.logo {
	float: right;
	margin: auto;
}

.purchase {
	/*margin-top: 5px;
	float: right;
	clear: left;*/
	}

.underline {
	width: 100%;
	height: 25px;
	clear: both;
	margin-top: 5px;
	background: url(image/divider.gif) top repeat-x;
}



.divider {
	width: 100%;
	height: 40px;
	clear: both;
	background: url(image/divider.gif) center repeat-x; 
}


	
.button {
	width: 110px;
	float: left;
	background: #bebebe;
	padding: 0px 10px 0px 10px;
	margin-right: 10px;
	color: white;
}

.button ul {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-decoration: none;
	list-style: none; }




.kits, .samplerz, .quilts, .patterns{
	display: block;
	cursor: pointer;
}

.hide { 
	display: none;
}

.show {
	display: block; 
}

.clear {
	clear: both;
	height: 1px; 
}


.fabricbox {
	width: 100px;
	float: left;
	text-align: center;
	font-weight: bold;
	padding-right: 15px;
	padding-bottom: 15px;
	}

.fabricbox img { 
	margin-bottom: 5px;
	}
	
	
.fabricbox p {
	margin: 0;
	padding: 0;}


/* TEXT ELEMENTS (SHARED) */
	
.title {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
}

.subtitle {
	color: gray;
	margin: 0;
	padding: 0;
}


/* FORM ELEMENTS */


fieldset {     
float: left;     
clear: both;     
width: 100%;     
margin: 0 0 1.5em 0;     
padding: 0;     
border: 1px solid #BFBAB0;     
background-color: #ececec;    
}
legend {   
margin-left: 1em;   
color: #000000;   
font-weight: bold;  
}  
fieldset ol {   
padding: 1em 1em 0 1em;   
list-style: none;  
}  
fieldset li {   
padding-bottom: 1em;  
}  
fieldset.submit {   
border-style: none;  
}
label {    
display: block;   
}
fieldset.submit {     
float: none;     
width: auto;     
border-style: none;     
padding-left: none;     
background-color: transparent;    
}
