/*
1=oben, 2=rechts, 3=unten, 4=links
*/
/* -------------------------------------------- */
.paging {
	width:100%;
	margin:6px 0;
	text-align: center;
}
.paging a {
	border:1px solid #003C79;
	padding:1px 4px 1px 4px;
	margin:0 2px;
	text-decoration: none;
}
.paging a:hover {
	color:#fff;
	background:#003C79;
	text-decoration: none;
}
/* -------------------------------------------- */
div.result {
	width:740px;
	margin: 4px 0px 0px 0px;
}
div.card {
	margin:0;
	padding:0
	border:none;
	overflow:auto;
	float:left;
	width:210px;
}
div.card-inside {
	padding: 3px;
	background: silver;
	border: 1px solid #000;
	text-align: center;
}
div.details {
	margin:0;
	padding:0
	border:none;
	overflow:auto;
	float:left;
	width:530px;
}
div.details-inside {
	padding: 0px 0px 2px 6px;
}
/* -------------------------------------------- */
.cleaner { 
	clear:both
}

div#contentBox {
	margin:0px;
	padding:0px;
	width:650px;
	border:2px solid #AAAAAA;
	color: #000000;
	text-align: left;
}

div#contentBox p.plain {
	font-size: 12px;
	font-weight:normal;
	padding: 12px;
}
div#contentBox table.paging {
	background-image: url(/img/bg_paging.gif);
	background-repeat: repeat-x;
	width: 100%;
}
div#contentBox table.shopItem {
	border:0px;
}
div#contentBox table.shopItem td {
	vertical-align:top;
}

div#contentBox td.shopItemOptions {
	padding-left:10px;
}
div#errorBox {
	padding: 12px;
	margin:0px 10px 25px 10px;
	border: 1px solid #ff6600;
	border-top: 1px solid #E0E0E0;
	visibility:hidden;
}

div#contentBox select {
	margin:2px;
	font-size:12px;
	background-color:#FFFFFF;
	border:1px solid #AAAAAA;
}

div#contentBox a:link, div#contentBox a:visited, div#contentBox a:hover {
	color: #ff6600;
	text-decoration: none;
}

div#contentBox a:hover {
	color: #ff3300;
	text-decoration: underline;
}

div#contentBox option {
	margin:2px;
	font-size:12px;
	background-color:#FFFFFF;
}

div#contentBoxHeader {
	height:26px;
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-align: left;
	background-image:url('/img/box_header.gif');
	background-repeat:repeat-x;
	border-bottom:2px solid #AAAAAA;
}


table#priceList {
	border: 1px solid;
	padding: 1px;
}

table#priceList td {
	background-color : #E0E0E0;
}

/***************************************************
MISCELLANEOUS
***************************************************/
.red { color:#c00; }

.gray { color: #666; }

.highlight { background-color:#ffc; }

.normal { font-weight: normal; }

/***************************************************
FORM ELEMENTS
***************************************************/

form { display: inline; }

/*-------------------------------------------------
SIGNUP & FIELDSET
-------------------------------------------------*/

fieldset {
	padding: 12px;
	margin:0px 10px 25px 10px;
	border: 1px solid #ff6600;
	border-top: 1px solid #E0E0E0;
}

fieldset.final {
	padding: 10px;
	margin-bottom: 0px;
	background-color: #e8fcea;
	border: 5px solid #393;
}

fieldset p {
	font-size: 11px;
	margin: 0 0 5px 0;
	padding: 0;
	color: #333;
}

fieldset.final p {
	color: #000;
}

fieldset legend {
	font-size: 12px;
	font-weight: bold;
	color: #ff6600;
	padding: 0 5px;
	margin-bottom:5px;
}

fieldset legend span {
	color: #666;
	font-weight: normal;
	font-size: 80%;
}

fieldset p {
	font-size: 12px;
	line-height: 15px;
	color: #222;
	margin: 0 0 10px 0;
	padding: 0;
}

fieldset input {
	padding: 3px;
	margin-bottom: 4px;
}

fieldset input.big {
	font-size: 16px;
	font-weight: bold;
}

fieldset small {
	font-size: 10px;
	line-height: 13px;
	color: #999;
}

fieldset hr {
	margin: 20px 0;
}

fieldset h3 {
	font-size: 12px;
	margin-bottom: 1px;
}

fieldset table th {
	text-align: right;
	font-size: 11px;
	font-weight: normal;
}

fieldset table td {
	text-align: left;
	font-size: 11px;
	font-weight: normal;
}


