/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	}
	
html, body {
	background-color:#000000;
	text-align: center;

	font-family:  "Century Gothic", "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	}


h1 {
	font-family:  "Century Gothic", "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 13px;
	}

h3 {
	font-family:  "Century Gothic", "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	}
	
	
#container {
	width: 962px;
	margin: 0 auto;
	}

	#collection {
		width: 81px;
		height: 300px;
		float: left;
		background-image:url(../img/collection.jpg);
		background-repeat:no-repeat;
		}
	
	#content {
		width: 881px;
		float: left;
		}
	
		#content-top {
			width: 881px;
			clear: both; 
			
			background-image: url(../img/address.gif);
			background-repeat:no-repeat;
			background-position:left bottom;
			}


		#content-top-index {
			width: 881px;
			clear: both; 
			
			background-image: url(../img/address-index.jpg);
			background-repeat:no-repeat;
			background-position:left bottom;
			}

			
			#menu {
				width: 209px;
				float: left;
				}
				
			#main {
				width: 672px;
				float: left;
				text-align: left;
				min-height: 675px;
				}
				
			#main p {
				padding-bottom: 10px;
				}
				
			#main #text {
				padding-left: 10px;
				}
				
			.sort {
				width: 200px;
				float: right;
				}	
			
			.sort ul {
				list-style: none;
				}
				
			.sort ul li {	
				float: left;
				}
				
			.sort ul li a {
				float: left;
				padding-left: 5px;
				padding-right: 5px;
				color: #d48a7d;
				text-decoration: none;
				}
				
			.sort ul li a:hover {
				color: #fff;
				}
				
			ul.products {
				list-style: none;
				clear: both;
				padding-top: 10px;
				}
				
			ul.products li {
				width: 131px;
				height: 222px;
				display: block;
				float: left;
				text-align: center;				
				padding-right: 1px;
				}
				
			ul.products li a img {
				border: 0px none;
				filter:alpha(opacity=65);-moz-opacity:.65;opacity:.65;
				}

			ul.products li a:hover img {
				border: 0px none;
				filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
				}

				
			ul.products li a {
				color: #fff;
				text-decoration: none;
				border: 0px none;
				}		
				
			ul.products li a.details {
				text-decoration: underline;
				}		
				
				
			#product-pic {
				width: 300px;
				float: left;
				}
				
			#product-pic ul {
				list-style: none;
				padding-top: 10px;
				}
			
			#product-pic ul li {
				float: left;
				padding-right: 10px;
				}
				
			#product-pic ul li a img {
				border: 0px none;
				filter:alpha(opacity=65);-moz-opacity:.65;opacity:.65;
				}
				
			#product-pic ul li a:hover img {
				border: 0px none;
				filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
				}			
			
			#product-text {
				width: 340px;
				float: left;
				}
				
				
			.price {
				width: 340px;
				display: block;
				font-size: 18px;
				}
				
			.prod_code {
				width: 340px;
				display: block;			
				font-size: 10px;
				color: #a5a5a5;
				padding-bottom: 10px;
				}
			
			.input-class {
				width: 100px;
				}
				
			.input-quantity {
				width: 30px;
				}				
			
		#footer {
			width: 881px;
			clear: both;
			padding-top: 5px;
			margin-bottom: 20px;
			background-image:url(../img/footer-background.gif);
			background-repeat:no-repeat;
			background-position: left top;
			}
		
		#footer ul {
			list-style: none;
			}
		
		#footer ul li {
			float: left;
			}
			
		#footer ul li a {
			font-family:  "Century Gothic", "Times New Roman", Times, serif;
			font-size: 10px;
			font-weight: normal;
			padding-right: 10px;
			color: #fff;
			text-decoration: none;
			}
			
		#footer ul li a:hover {
			color: #d48a7d;
			}
			
		#copyright {
			font-family:  "Century Gothic", "Times New Roman", Times, serif;
			font-size: 10px;
			font-weight: normal;
			padding-right: 10px;
			color: #5e6b69;
			padding-top: 5px;
			text-align: right;
			}

		
		#footer-index {
			width: 881px;
			clear: both;
			padding-top: 5px;
			margin-bottom: 20px;
			}
		
		#footer-index ul {
			list-style: none;
			}
		
		#footer-index ul li {
			float: left;
			}
			
		#footer-index ul li a {
			font-family:  "Century Gothic", "Times New Roman", Times, serif;
			font-size: 10px;
			font-weight: normal;
			padding-right: 10px;
			color: #fff;
			text-decoration: none;
			}
			
		#footer-index ul li a:hover {
			color: #d48a7d;
			}		
		
			
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

.FormDiv form {
margin:0px;
padding:0px;
font-family: Tahoma, Arial, Verdana, 'Century Gothic', Helvetica, sans-serif;
}
.TextFieldDiv {
color:#333333;
display:block;
float:right;
font-family:Tahoma, Arial, Verdana, 'Century Gothic', Helvetica, sans-serif;
height:30px;
width:565px;
}
.TextFieldDiv label {
display:block;
float:left;
font-weight:bold;
width:150px;
font-family: Tahoma, Arial, Verdana, 'Century Gothic', Helvetica, sans-serif;
color: #333333;
}
.TextAreaDiv {
color:#333333;
display:block;
float:right;
font-family:Tahoma, Arial, Verdana, 'Century Gothic', Helvetica, sans-serif;
height:100px;
width:565px;
}
.TextAreaDiv label {
display:block;
float:left;
font-weight:bold;
width:150px;
font-family: Tahoma, Arial, Verdana, 'Century Gothic', Helvetica, sans-serif;
color: #333333;
}
.TextArea {
border:1px solid #003366;
display:block;
float:left;
font-family:Tahoma, Arial, Verdana, 'Century Gothic', Helvetica, sans-serif;
width:246px;
height: 85px;
font-size: 10px;
}
.CaptchaImageDiv {
display:block;
float:left;
height:50px;
width:496px;
}
.CaptchaImageDiv img {
margin-left:175px;
}
.SelectDiv {
color:#333333;
display:block;
float:right;
font-family:Tahoma, Arial, Verdana, 'Century Gothic', Helvetica, sans-serif;
height:30px;
width:565px;
}
.SelectDiv label {
display:block;
float:left;
font-weight:bold;
width:150px;
font-family: Tahoma, Arial, Verdana, 'Century Gothic', Helvetica, sans-serif;
color: #333333;
}
.Select {
border:1px solid #003366;
display:block;
float:left;
font-family:Tahoma, Arial, Verdana, 'Century Gothic', Helvetica, sans-serif;
width:246px;
}

.ExpireDiv label {
display:block;
float:left;
font-weight:bold;
width:auto;
}
.ButtonDiv {
display:block;
float:left;
margin-left:172px;
width:200px;  /* 500px  */
}
#idsubmit, button{
padding: 3px;
background-color: #4d819f;
color: #FFFFFF;
font-size: 10px;
font-weight: bold;
border: 1px solid #003366;
}

#idsubmit:hover, button:hover{
padding: 3px;
background-color: #ad4407;
color: #FFFFFF;
font-size: 10px;
font-weight: bold;
border: 1px solid #672600;
}ul {
list-style: none;
}
ul.ruler{
    clear: both;
}
ul.ruler li {
    float: left;
    padding: 5px;
}

#galleryAlbum{
    clear: both;
}

#BackNextDiv div{
	float: left;
	margin: 2px;
}

#BackNextDiv .Up{
	margin-left: 1px solid #cc;
	margin-right: 1px solid #ccc;
}

ul {
list-style: none;
}
ul.ruler{
        clear: both;
}
ul.ruler li {
        float: left;
        padding: 5px;
}
ul.ruler li a{
	color: #fff;
}
#galleryAlbum{
        clear: both;
}

#galleryAlbum .ThumbImage{
        width: 100px;
        height: 100px;
        overflow: hidden;
        float: left;
}
#galleryAlbum .ThumbImage img{
	border: 0px;
}


