
/*
h2, h3 {
	font-size: 1.2em;
	font-weight: bold;
}
*/



table, font, #container-table {
	font-size: 100%;
}

.error {
	font-weight: bold;
	color: #f00;
}


.required {
	font-weight: bold;
	color: #f00;
}

.main-table {
	width: 500px;
}


#left-column form {
	margin: 0;
	padding: 0;
}


/** **/

#order-table {
	background-color: #303030;
}


.product {

}

.product-image {

}

.product-name {

}

.product-reference {

}

.product-description {

}

.product-reference {

}

.product-price {

}

.product-addtocart {

}

.product-quantity {

}

.preliminary-information {

}

.tax {

}

.tax-phase {

}

.tax-title {

}


/** Section Line **/
.section-line {
	border-top: 2px dotted #666;
	width: 230px;
	margin: 0 10px 10px 0;
}

.section-line h3 {
	font-size: 12px;
	font-weight: bold;
}

.section-image {
	border: 5px solid #1d1d1d;
	background-color: #fff;
	padding: 0;
	width: 220px;
	text-align: center;
	margin-bottom: 10px;
}

.section-image img {
	border: 0;
}


/** Order Details **/

#order-process{
	/*background-color: #cfe;
	width: 560px;*/

}

.checkout-table {
	background-color: #303030;
}

hr.separator {
	margin: 10px 0;
	width: 470px;
	border: 2px dotted #666;
}


/*** Site Map ***/

ul.sitemap-list {

}


/** Variants **/

.variant-attribute-name {

}


/** Suspended **/
.suspended {

}


/** Location **/

.location {
	margin-bottom: 10px;
}


/** Buttons **/

.button {
	
}

.addtocart {

}