@charset "utf-8";
body {
	font-size: 62.5%;
	margin-top: 0;
	margin-bottom: 60px;
	background-image: url(../../images/core/bg02.jpg);
	background-repeat: repeat;
}
table {
	width: 100%;
}
th, td {
	padding: 2px;
	text-align: left;
}
form {
	margin-bottom: 50px;
}
label {
	text-align: right;
}
a:hover {
	text-decoration: none;
}	
h1, .h1_mimic, h2, .h2_mimic {
	margin: 0 0 10px 0;
}
p {
	margin-top: 0;
}
img {
	border: 0; /* Prevent annoying default border on image links */
}
#outer {
	width: 960px;
	margin: 0 auto;
	padding: 10px;
	font-size: 1.2em;
}
#head, #menu, #footer {
	margin-bottom: 5px;
	padding: 5px;
	clear: both;
}
#menu {
	padding: 7px;
	margin-bottom: 0;
}
#menu ul {
	margin: 0 0 0 -40px;
}
#menu li {
	display: inline;
	padding: 0 8px;
}
#container {
	width: 960px;
	display: inline-block;
	margin-bottom: 5px;
	clear: both;
}
#maincontent {
	padding: 5px 0;
	float: left;	
}

#gallery {
	z-index: 1;
}
.gallery {
	margin-bottom: 10px;
}
#carousel {
	clear: both;
	position: relative;
	top: 5px;
	padding: 20px;
	margin-bottom: 5px;
}
#carousel ul {
	margin: 0 0 0 -5px;
	padding: 10px 0;
}
#carousel li {
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 4px;
}
#home_lower {
	clear: both;
	position: relative;
	top: 5px;
}
.reduce {
	width: 640px;
}
.nosidebar {
	width: 960px;
}
#footer {
	clear: both;
	margin-bottom: 0;
	text-align: center;
	padding: 20px 0;
}

/*Sidebar*/
#sidebar {
	width: 300px;
	margin: 5px 0;
	float: right;
}
#sidebar a {
	font-weight: bold;
}
.widget {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

.clear {
	clear: both;
}
.hide {
	display: none;
}
.float_left {
	float: left !important;
}
.float_right {
	float: right !important;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold !important;
}
.italic {
	font-style: italic;
}
.shrink, .subtle {
	font-size: 0.8em;
}
.strongborderbottom {
	border-bottom: 1px solid #333;
}
.textup {
	font-size: 200% !important;
}
.textup120 {
	font-size: 120% !important;
}
.textup150 {
	font-size: 150% !important;
}
.margin5r {
	margin-right: 5px;
}


/*Login form*/
.login_form {
	margin-top: 15px;
}
.form_row {
	clear: both;
	margin-bottom: 20px;
}
.login_form label, .login_label_mimic {
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 20px;
	margin-bottom: 15px;
}
.login_label_mimic {
	font-weight: bold;
	color: #333;
}
.login_submit {
	margin-left: 170px;
}
.radio_div {
	float: left;
	margin-left: 10px;
}
.file_input_div {
	float: left;
}
.radio_buttons {
	float: left;
}
.login_input {
	width: 200px;
	border: 1px solid #999;
}
.textarea {
	margin-bottom: 10px;
}
.checkbox {
	margin-left: 10px;
}
.login_input:hover {
	border: 1px solid #333;
}
.login_input:focus {
	border: 1px solid #ff0033;
}

.msg, .msg_thin {
	font-weight: bold;
	color: #333;
	padding: 10px 10px 10px 30px;
	margin: 10px 0;
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
.msg_thin {
	font-weight: normal;
}
.alert {
	border: 1px solid #ccc;
	background-color: #ffffb2;
	background-image: URL(../../images/icons/exclamation-diamond-frame.png);
}
.error {
	border: 1px solid #990000;
	background-color: #F6E8E8;
	background-image: URL(../../images/icons/minus-circle-frame.png);
}
.tick {
	border: 1px solid #006600;
	background-color: #E8F6E8;
	background-image: URL(../../images/icons/tick-circle-frame.png);
}
.info {
	border: 1px solid #003366;
	background-color: #E8F1FF;
	background-image: URL(../../images/icons/information-frame.png);
}
.star {
	border: 1px solid #ccc;
	background-color: #ffffb2;
	background-image: URL(../../images/icons/star.png);
}

/*Alert*/
.nag {
	display: none;
}

/*Cart/Ordering*/
.formtbl {
	width: 100%;
}
.formtbl td {
	vertical-align: top;
}
.formtbl textarea {
	border: 1px solid #cccccc;
	font-size: 100%;
	width: 100%;
}
.formtbl_head {
	color: #333; 
	background-color: #ccc;
	font-weight: bold;
}
.cartform {
	margin-top: 20px;
}
.carttbl {
	margin-bottom: 10px;
}
.carttbl td {
	vertical-align: middle;
	padding: 2px;
	border-bottom: 1px dotted #ccc;
}
.checkouttbl td {
	vertical-align: top;
}
.checkouttbl label {
	font-size: 100%;
}
.checkouttbl .input_text {
	width: 200px;
}
.checkouttbl textarea {
	width: 98%;
	min-height: 100px;
}
.sub_error, .red_label {
	font-weight: bold;
	color: #ff0000;
}
.sub_error {
	padding-left: 20px;
}
.cartdel, .cartdel a {
	color: #ff0000;
	font-weight: bold;
}
.cart_summary_title {
	text-align: right;
	font-weight: bold;
}
.cart_subtotal {
	font-weight: bold;
	color: #000;
}
.cart_total {
	font-size: 130%;
	font-weight: bold;
	color: #ff0033;
	background-color: #ccc;
}
.cart_thumb {
	width: 50px; 
	float: left;
	padding: 2px;
	border: 1px solid #ccc;
	margin-right: 10px;
}
.nostock {
	color: #333;
}
.qty {
	width: 30px;
}
.desc {
	padding-top: 5px;
	margin-bottom: 10px;
}
.orderdata {
	clear: both;
	border-top: 1px dotted #999;
}
.comments {
	border: 1px solid #999;
	background-color: #e6e6e6;
}
.comments textarea {
	width: 98%;
}
.orderlabel {
	float: left;
	text-align: right;
	width: 130px;
}
