/***** Buttons for the administration panel *****/
.adminButtons {
	padding-bottom:25px;
}
.adminButtons a {
	display: block;
	width: 182px;
	padding: 3px 0px;
	float: left;
	text-align: center;
	border: 1px solid #729CB2;
	margin: 0px 3px 8px 3px;
	color: #325C72 !important;
	background-color: #ABDFF9;
	text-decoration: none !important;
}
.adminButtons a:hover {
	background-color: #BBEEFF;
	border: 1px solid #428C82;
	color: black !important;
	text-decoration: none !important;
}
.adminButtons a img {
	border: medium none;
	margin-right: 4px;
	vertical-align: top;
}
.adminheader {
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
	background-color: #9CB6C4;
	border: 1px solid #8CA6B4;
	padding: 3px;
	font-size: 12pt;
}



/* Tabbed control styling */
#tabcontrol {
	vertical-align: bottom;
}
#tabcontrol #tabs {
	/*height: 100%;*/
	white-space: nowrap;
}
#tabcontrol #tabs a {
	display: block;
	float: left;
	text-align: center;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	margin-right: 4px;
	padding: 1px 10px;
	color: gray;
	background-color: lightgrey;
	/*height: 100%;*/
}
#tabcontrol #tabs a:hover {
	background-color: #dddddd;
	color: #990000;
}
#tabcontrol #tabs a.activetab {
	background-color: white;
	color: #990000;
}
#tabcontrol #tabs a.disabled {
	border-top: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	background-color: #dddddd;
	color: #bbbbbb;
}
#tabcontrol #tabs a.disabled:hover {
	background-color: #dddddd;
	color: #bbbbbb;
	cursor: default;
}
#tabcontrol div.tab {
	clear: both;
	border: 1px solid black;
	padding: 5px;
	display: none;
}
#tabcontrol div.activetab {
	display: block;
}



/***** General purpose styles *****/
.formbuttons {
	text-align: center;
	padding: 15px 0px;
}
fieldset .formbuttons {
	padding-bottom: 0px;
}
.center {
	text-align: center;
}
.hiba {
	text-align: justify;
	font-weight: bold;
	font-size: 10pt;
	color: #444444;
	border: 4px solid #cccccc;
	background-color: #ffffff;
	padding: 6px 8px 6px 50px;
	background-image: url(/images/Symbols-Warning-icon.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	line-height: 1.3em;
	min-height: 36px;
}
.hiba2 {
	font-weight: bold;
	font-size: 11pt;
	color: #990000;
	padding: 8px;
	text-align: center;
}
.inputbox {
}

a.button {
	color: #999999 !important;
	text-align: center !important;
	font-size: 11px !important;
	font-weight: bold !important;
	border: 1px solid #999999 !important;
	width: 152px;
	background-color: #eeeeee !important;
	padding: 4px 15px;
	height: 26px !important;
	height: 24px;
	margin: 1px;
	white-space:nowrap;
	display: inline !important;
	text-decoration: none !important;
}
a.button:hover {
	color: #000000 !important;
	border: 1px solid #000000 !important;
	background-color: #ffffff !important;
	text-decoration: none !important;
}


/* Styles applied to content typed in the administration */
#typedContent {
	line-height: normal;
}
#typedContent p {
	margin-bottom: 1em;
}


/* Styles applied for different list in administration */
tr.unpublished {
	background-color: #6C8694;
}
tr.unpublished td {
	color: #9CB6C4;
}
tr.odd {
	background-color: #9CB6C4;
}
tr.even {
	background-color: #8CA6B4;
}
tr.odd td, tr.even td {
	color: #333333;
}
tr.odd td a, tr.even td a {
	color: #cc3300;
}
tr.disabled {
	background-color: #6C8694;
}
tr.disabled td a {
	color: #FFFFFF !important;
}
tr.disabled td {
	color: #DDDDDD !important;
}


/* THE BASKET SCREEN */
table.basket {
	width:100%;
}
table.basket th {
	font-size: 10pt;
}
table.basket td.currency {
	text-align: right;
}
table.basket tr.total td {
	border-top: 1px dotted #CCCCCC;
	font-weight: bold;
}
table.basket tr.total td.currency {
}
table.basket tr td input.quantity {
	text-align: center;
	padding: 0px;
	width:100%;
	background-color: #C8B35A;
}
table.basket th {
	background-color: #A37657;
	border-top:1px solid white;
	border-bottom:1px solid white;
	font-size: 8pt;
	font-weight: normal;
}
table.basket th.first {
	border-left:1px solid white;
}
table.basket th.last {
	border-right:1px solid white;
}
table.basket td .prodimagediv {
	padding:0px;
	background-color:white;
	width:75px;
	height:75px;
	line-height:47px;
	text-align:center;
	float:left;
	margin-right: 1px;
	border: 1px solid #A37657;
}
table.basket td .prodname {
	font-size: 12pt;
	font-weight: bold;
}
table.basket td.order_quantity {
	font-size: 14pt;
}

.missing_translation_note {
	font-size: 10pt;
	background-color: #ACC6D4;
	border: 2px dashed #6B9FB9;
	color: #0B3F59;
	padding: 4px;
}
/* Where to buy */
a.wtb_country {
	display: block;
	width: 50%;
	border: 1px solid #88731A;
	background-color: #C8B35A;
	padding: 12px;
	margin: 5px auto;
	text-align: center;
	font-size: 14pt;
	color: #685300;
	text-decoration: none;
}
a.wtb_country:hover {
	border: 1px solid #685300;
	background-color: #D8C36A;
	color: #584300;
}
a.wtb_resellerlink {
	font-size: 11pt;
	color: #685300;
}
a.wtb_resellerlink:hover {
	font-size: 11pt;
	color: #584300;
}
#wtb_resellerdetails, #wtb_resellercontact {
	font-size: 9pt;
	padding-top: 16px;
	width: 475px;
	margin: 0px auto;
	text-align: left;
}
#wtb_resellerdetails .name, #wtb_resellercontact .name, #wtb_resellerdetails .name-wide, #wtb_resellercontact .name-wide {
	font-weight: bold;
	width: 175px;
	float: left;
	padding-bottom: 2px;
}
#wtb_resellerdetails .value, #wtb_resellercontact .value, #wtb_resellerdetails .value-wide, #wtb_resellercontact .value-wide {
	padding-bottom: 2px;
}
#wtb_resellercontact .value input, #wtb_resellercontact .value-wide input {
	width: 300px;
}
#wtb_resellercontact .value textarea, #wtb_resellercontact .value-wide textarea {
	width: 475px;
}
#wtb_resellercontact .buttons {
	text-align: center;
}
#wtb_resellerdetails .name-wide, #wtb_resellercontact .name-wide {
	width: 100%;
	float: none;
	clear: both;
}
#wtb_resellerdetails .value-wide, #wtb_resellercontact .value-wide {
	float: none;
	clear: both;
}
.message_sent {
	text-align:center;
	font-size: 14pt;
	color: #990000;
}



p#nosearchresults {
	border: 1px solid #88731A;
	background-color: #C8B35A;
	font-weight: bold;
	font-size: 10pt;
	text-align: justify;
	color: #333333;
	padding: 6px 10px;
}
#page_administration #Content, #page_admin_catalog_categories #Content, #page_admin_catalog_attributes #Content, #page_admin_catalog_items #Content, #page_admin_shop_import #Content,
#page_admin_users #Content, #page_admin_content #Content, #page_admin_strings #Content, #page_admin_pageconfig #Content, #page_admin_settings #Content,
#page_admin_countries #Content, #page_admin_applanguages #Content, #page_admin_geoip #Content, #page_admin_catalogues #Content {
	background-color: #ACC6D4;
	background-image: none;
	color: black;
}
#page_administration #Content a, #page_admin_catalog_categories #Content a, #page_admin_catalog_attributes #Content a, #page_admin_catalog_items #Content a, #page_admin_shop_import #Content a,
#page_admin_users #Content a, #page_admin_content #Content a, #page_admin_strings #Content a, #page_admin_pageconfig #Content a, #page_admin_settings #Content a,
#page_admin_countries #Content a, #page_admin_applanguages #Content a, #page_admin_geoip #Content a, #page_admin_catalogues #Content a {
	color: blue;
}

#administration #Content input, #admin_catalog_categories #Content input, #admin_catalog_attributes #Content input, #admin_catalog_items #Content input, #admin_shop_import #Content input,
#admin_users #Content input, #admin_content #Content input, #admin_strings #Content input, #admin_pageconfig #Content input, #admin_settings #Content input,
#admin_countries #Content input, #admin_applanguages #Content input, #admin_geoip #Content input, #admin_catalogues #Content input {
	padding: 1px 2px;
	letter-spacing: 0px;
}