/*** Default HTML styling ***/
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
form, p {
	
}
input, select {
	display: block;
	width: 100%;
	
	border: 0;
	
	text-align: left;
	font-size: 1.2em;
}
input.submit {
	height: 0;
	width: 0;
	line-height: 0;
	overflow: hidden;
}
div.submit {
	
}
div.submit input {
	display: block;
	height: 0px;
	overflow: hidden;
}
div.both {
	display: block;
	clear: both;
	position: relative;
	font-size: 0px;
}
.error {
	color: #FF0000;
}
ul, ul li {
	list-style-type: none;
}
h1 {
	display: none;
}
a {
	text-decoration: none;
}
img {
	border: 0;
	display: block;
}

div.line {

}
div.line span {
	float: left;
	width: 49%;
}

div.noimage {
	background: url(default/noimage.gif) no-repeat center center;
}

.left {
	float: left;
	display: inline;
}
.right {
	float: right;
	display: inline;
}
img.left {
	margin: 0 10px 0px 0;
}
img.right {
	margin: 0 0 0px 10px;
}
.no-margin {
	margin: 0;
}

/*** Default error/information style ***/
div.information {
	border: 1px solid #e8e8e8;
	margin: 1px 0px;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 75px;
	background: url(default/information.gif) no-repeat left center;
}
div.warning {
	border: 1px solid #e8e8e8;
	margin: 1px 0px;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 75px;
	background: url(default/warning.gif) no-repeat left center;
}

/*** Default Buttons ***/

a.buttonDarkgreen, a.buttonGreen {
	width: 250px;
	height: 28px;
	line-height: 28px;
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 2px;
	text-transform: lowercase;
	text-decoration: none;
}
a.buttonDarkgreen:hover, a.buttonGreen:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.buttonGreen {
	background-image: url(default/btn_blue.png);
}
a.buttonDarkgreen {
	background-image: url(default/btn_gray.png);
}
a span.shoppingcart {
	background: url(default/btn_over_shoppingcart.gif) no-repeat right;
	padding-right: 35px;
}
a span.compare {
	background: url(default/btn_over_compare.gif) no-repeat right;
	padding-right: 30px;
}


/*** Default elements ***/
div.pagination {
	clear: both;
}
div.pagination a {
	float: left;
	display: block;
	border: 1px solid #e8e8e8;
	background-color: #FFFFFF;
	margin: 1px;
	padding: 0px 5px;
	line-height: 25px;
	color: #999999;
}
div.pagination a.selected {
	color: #333333;
}
div.pagination div.pages {
	float: left;
	font-weight: bold;
	line-height: 27px;
	padding: 0px 5px 0px 0px;
	margin: 1px;
}

/** Table design **/
table.design {
	border-collapse: collapse;
	width: 100%;
}
table.design th {
	text-align: left;
	line-height: 1.5em;
	vertical-align: top;
}
table.design tr td {
	line-height: 1.4em;
	vertical-align: top;
}
table.design tr td.name {
	font-weight: bold;
	width: 200px;
}
table.design tr td.value {
	
}
table.design tr td input {
	width: 95%;
	margin: 2px 0px;
}
table.design tr td label input {
	margin: 0px;
	width: auto;
}
table.design tr td textarea {
	width: 95%;
	margin: 2px 0px;
}
table.design tr td select {
	width: 97%;
	margin: 2px 0px;
}
/* Rest */
table.description_table {
	
}
td.description {
	background-color: #aebbca;
	padding: 2px 5px;
	
	font-weight: bold;
}
th {
	background-color: #aebbca;
	padding: 2px 5px;
	color: #FFFFFF;
	font-weight: bold;
}
