@CHARSET "UTF-8";

/* Global */

body, input, div, p, table, input, button {
	font-size: 13px;
	font-family: 'Tahoma', 'DejaVu Sans', 'Bitstream Vera Sans';
	color: #111111;
}

input, .form {
	font-size: 12px;
}


img {
	border: 0;
}

a, .link {
	text-decoration: none;
	color: rgb(153, 0, 0);
}

a:hover, .link:hover {
	text-decoration: underline;
	cursor: pointer;
}

strong {
	font-weight: bold;
}

#lay_container {
	width: 960px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

p.small {
	font-size: 11px;
}

.center {
	text-align: center !important;
}

.right {
	text-align: right;
	padding-right: 20px;
}

.lay_separator {
	border-bottom: solid 1px #999999;
	width: 100%;
	height: 1px;
}

/* Top */

#lay_top {
	clear: both;
}

#lay_top a, #lay_top .link {
	color: #444444;
}

#lay_top a:hover, #lay_top .link:hover {
	color: #111111;
}

#lay_top h1 {
	float: left;
	margin: 5px 5px;
	margin-left: 0;
	padding: 0;
}

#lay_top img {
	padding: 5px 15px;
}

#lay_top ul {
	float: right;
	margin-top: 40px;
}

#lay_top ul li {
	float: left;
	display: block;
	text-align: center;
	width: 100px;
	margin-right: 50px;
}

#lay_top ul li a {
	font-size: 16px;
}

#lay_top ul li span {
	font-size: 10px;
}

/* Bar */

#lay_top_bar {
	width: 100%;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	line-height: 110%;
}

/* Auth */

#lay_left_auth li {
	float: left;
	padding: 0 10px;
}

#lay_left_auth p {
	float: left;
	padding-right: 10px;
}


/* Cart */

#lay_left_cart {
	float: right;
}

#lay_left_cart p {
	float: left;
	margin: 0;
	padding: 0;
}

#lay_left_cart ul {
	float: right;
	margin: 0;
	padding: 0;
}

#lay_left_cart ul li {
	float: left;
	display: block;
	text-align: center;
	margin-left: 20px;
}

/* Content */

#lay_content {
	width: 100%;
}

#lay_content h2 {
	font-size: 24px;
	font-family: 'Trebuchet MS', 'DejaVu Sans', 'Bitstream Vera Sans';
	font-weight: normal;
	font-variant: small-caps;
	margin-top: 10px;
	margin-bottom: 10px;
}

#lay_content p {
	line-height: 140%;
}

#lay_content div.text p {
	text-indent: 50px;
	text-align: justify;
	line-height: 140%;
	padding: 3px 0;
}

#lay_content div.text ul, #lay_content div.text ol {
	margin-top: 10px;
	margin-bottom: 10px;
}

#lay_content div.text li {
	margin-left: 70px;
	line-height: 140%;
}

#lay_content div.text ul li {
	list-style-type: square;
}

#lay_content div.text ol li {
	list-style-type: decimal;
}

#lay_content h3 {
	font-size: 14px;
	font-family: 'Trebuchet MS', 'DejaVu Sans', 'Bitstream Vera Sans';
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Misc */

span.required {
	font-weight: bold;
	color: #B60303;
}

/* Forms */

form input[type="submit"], .form .button {
	background-color: rgb(153, 0, 0);
	border: solid 1px rgb(43, 0, 0);
	color: white;
}

.form .button {
	display: inline-block;
	padding: 2px 5px;
}

.form .button a {
	color: white;
}

.form .button a:hover {
	text-decoration: none;
}

.form > div > input[type="submit"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}

.form input[type="text"] {
	border: solid 1px #888888;
	padding: 1px 3px;
	margin: 2px;
}

form p.error, form div.error {
	margin: 0;
	background-color: #fffae5;
	color: #af7703;
	border: solid 1px #ffda45;
	padding: 1px 2px;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 6px;
}

form div.error p {
	background-color: #fffae5;
	color: #af7703;
	padding-bottom: 5px;
	text-align: center;
}

form div.error p a, form p.error a {
	/*color: #204C79;*/
	color: #336699;
}

.small_form {
	text-align: center; /* IE */
}

.small_form div {
	width: 300px;
	margin: 0 auto;
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: center;
}

.small_form div tr {
	border: solid 5px transparent;
}

.small_form div th {
	width: 150px;
}

.small_form div td {
	width: 150px;
}

.small_form input[type='text'], .small_form input[type='password'] {
	width: 150px;
}

.small_form input[type="submit"] { 
	margin-top: 20px;
	margin-bottom: 10px;
}

textarea {
	
}


/* Message */

#lay_content_message_container {
	margin: 10px auto;
	margin-bottom: 20px;
	width: 300px;
}

#lay_content_message {
	width: 300px;
	height: 44px;
	margin-bottom: 40px;
	color: #af7703;
	background-color: #FFFAE5;
	border: solid 1px #FFDA45;
	text-align: left;
	padding-left: 50px;
	display: table-cell;
	vertical-align: middle;
	
	background-position: 4px 6px;
	background-repeat: no-repeat;
}

#lay_content_message.warning {
	background-image: url('/img/message/warning.png');
}

#lay_content_message.error {
	background-image: url('/img/message/error.png');
}

#lay_content_message.info {
	background-image: url('/img/message/info.png');
}

#lay_content_message.success {
	background-image: url('/img/message/success.png');
}

/* Footer */

#lay_footer {
	width: 100%;
	clear: both;
	border-bottom: solid 1px #888888;
	border-top: solid 1px #888888;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 40px;
}
