/**
 * Base objects
 */
h1 {
	line-height:26px;
}
h2 {
	line-height:23px;
}

/**
 * Sidebar cart
 */
table.scart {
	font-size:0.9em;
	width:100%;
}

table.scart tr {
	vertical-align:top;
}

table.scart tr.list td {
	border-bottom:1px dotted #404040;
}

table.scart tr.double td {
	border-bottom:1px dotted #404040;
	border-top:1px dotted #404040;
}

table.scart td {
	padding-bottom:5px;
}

table.scart th {
	font-weight:bold;
	text-align:left; 
	border-top:1px dotted #404040;
	border-bottom:1px dotted #404040;
}

table.scart th.sum, table.scart td.sum {
	text-align:right;
}

table.scart td.total {
	font-weight:bold;
	font-size:1.0em;
	text-align:right;
	border-top:1px dotted #404040;
}

table.scart span.label {
	font-weight:bold;
}

ul.scart {
	list-style:none;
	margin-left:0px;
	padding:2px;
	border:1px solid #e0e0e0;
	background-color:#ffffff;
}

ul.iteminfo {
	margin-left:30px;
	list-style:disc;
	font-style:italic;
}

ul.models {
	list-style:none;
	margin-left:0px;
}

ul.models li {
	padding:2px;
	border:1px solid #e0e0e0;
	background-color:#ffffff;
	margin-bottom:3px;
}

ul.models a {
	text-transform:capitalize;
}
/**
 * Preview image
 */
div.preview {
}

div.preview img {
	border:1px solid #dddddd;
	padding:2px;
	background-color:#f0f0f0;
	cursor:pointer;
}

/**
 * Misc presentation objects
 */
div.category {
	border:1px solid #eaeaea;
	background-color:#f0f0f0;
	padding:4px;
	margin-top:5px;
}

p.intro {
	font-weight:bold;
	font-size:1.1em;	
}

table.product {
	width:100%;	
}
table.product th {
	text-align:left;
	font-weight:bold;
}
table.product th.sum, table.product td.sum {
	text-align:right;
}

div.headline {
	font-size:13px;
	font-weight:bold;
	color:#606060;
	margin-top:15px;
}

.onsale {
	font-size:1.3em;
	font-weight:bold;
	color:#de0000;
}

img.bar {
	position:absolute;
}

/**
 * Form elements
 */
.formfield {
	border:1px solid #a0a0a0;
	padding-left:4px;
}
.formfield.invalid {
	background:#ffffff url(../images/invalid-line.gif) repeat-x bottom;
	border: 1px solid #dd7870;
}
.formbutton {
	border:1px solid #a0a0a0;
	background-color:#e0e0e0;
}

/**
 * Buttons
 */
div.buttons {
	float:right;
}

a.button {
	background:url(../images/btn-left-gray.gif) no-repeat top left;
	line-height:20px;
	display:block;
	text-decoration:none;
	color:#000000;
	padding-left:5px;
}
a.button span {
	background:url(../images/btn-right-gray.gif) no-repeat top right;
	line-height:20px;
	display:block;
	text-align:center;
	padding-right:5px;
}

a.button-red {
	background:url(../images/btn-left-red.gif) no-repeat top left;
	line-height:20px;
	display:block;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	padding-left:5px;
	margin-left:5px;
}
a.button-red span {
	background:url(../images/btn-right-red.gif) no-repeat top right;
	line-height:20px;
	display:block;
	text-align:center;
	padding-right:10px;
	text-indent:5px;
}

a.button-green {
	background:url(../images/btn-left-green.gif) no-repeat top left;
	line-height:20px;
	display:block;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	padding-left:5px;
	margin-left:5px;
}
a.button-green span {
	background:url(../images/btn-right-green.gif) no-repeat top right;
	line-height:20px;
	display:block;
	text-align:center;
	padding-right:10px;
	text-indent:5px;
}

a.submit {
	background:url(../images/btn-left-orange.gif) no-repeat top left;
	line-height:20px;
	display:block;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	padding-left:5px;
	margin-left:5px;
}

a.submit span {
	background:url(../images/btn-right-orange.gif) no-repeat top right;
	line-height:20px;
	display:block;
	text-align:center;
	padding-right:5px;
}

/**
 * Message
 */
div.message {
	color: #333333;
	padding: 10px 10px 10px 50px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	min-height:20px;
} 
div.message ul {
	font-weight: normal;
	list-style: square;
	margin-top: 3px;
	margin-bottom: 0px;
}
div.message li {
	margin-left:20px;
}
div.message.error {
	background-color: #FDECED;
	border: 1px solid #B07474;
	background-image: url(../images/error-32.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
}
div.message.warn {
	background-color: #FDF9EC;
	border: 1px solid #e5a918;
	background-image: url(../images/warning-32.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
}
div.message.info {
	background-color: #ECEFFD;
	border: 1px solid #7491B0;
	background-image: url(../images/info-32.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
}

