html { height: 100%; overflow-y: scroll; }
body { margin: 0px; padding: 0px; font-family: 'PT Sans', Arial; font-size: 14px; background: #1D2231;  }
img { border: none; }
a { color: #0087C1; outline: none; text-decoration: underline; }
a:hover { text-decoration: none; }
form { margin: 0px; }
h1 { font-weight: bold; margin: 0; font-size: 33px; color: #1B212F; padding: 0; line-height: 1.0; }
table { font-size: 14px; }

/* Общие стили */

button, a.button
{
	background: #1C2230; 
	border: 0; 
	margin: 0;
	color: white; 
	padding: 7px 10px; 
	text-decoration: none; 
	font-size: 13px; 
	font-weight: bold; 
	cursor: pointer; 
}

.modalShadowLayout 
{
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.6;
}

#loginForm { display: table; margin-left: auto; margin-right: auto; }
#loginForm input[type=text] { width: 330px; }
#loginForm input[type=password] { width: 330px; }
#loginForm a { float: right; margin-top: 8px; }
#loginForm .form-messages { max-width: 330px; }

/* Специализированные стили */

body { min-width: 1000px; position: relative; }

/* Основное меню */

#menu { background: #1D2231 url(/view/images/menu-right-background.png) repeat-y right; min-height: 100%; width: 15%; float: left; text-align: center; position: absolute; top: 0; bottom: 0; }
#menu-logo { background: url(/view/images/menu-top-background.png) no-repeat top right; padding-top: 40px; padding-bottom: 40px; }
#menu-items { margin: 0; padding: 0; list-style: none; width: 140px; margin: 0 auto; }
#menu-items li { height: 60px; padding: 0px 0px 0px 0px; background: url(/view/images/menu-delimiter.png) no-repeat left bottom; position: relative; }
#menu-items li a { color: white; display: block; background-position: left bottom; background-repeat: no-repeat; position: absolute; bottom: 25px; left: 0px; height: 60px; }
#menu-items li a:hover { color: white; background-position: right bottom; }
#menu-item-howfly { width: 97px; background-image: url(/view/images/menu-item-howfly.png); }
#menu-item-prices { width: 73px; background-image: url(/view/images/menu-item-prices.png); }
#menu-item-actions { width: 59px; background-image: url(/view/images/menu-item-actions.png); }
#menu-item-photos { width: 127px; background-image: url(/view/images/menu-item-photos.png); }
#menu-item-sportsmans { width: 129px; background-image: url(/view/images/menu-item-sportsmans.png); }
#menu-item-certificates { width: 126px; background-image: url(/view/images/menu-item-certificates.png); }
#menu-item-franchise { width: 86px; background-image: url(/view/images/menu-item-franchise.png); }
#menu-item-kids { width: 142px; background-image: url(/view/images/menu-item-kids.png); }
#menu-item-extrime { width: 143px; background-image: url(/view/images/menu-item-extrime.png); }

/* Меню заголовка */

#head-menu { width: 300px; }
#head-menu a { text-transform: uppercase; text-decoration: underline; font-size: 17px; color: black; float: left; margin: 5px 10px; font-weight: bold; }
#head-menu a:hover { text-decoration: none; font-size: 17px; color: black; }

/* Общие */

#page { margin-left: 15%; width: 85%; min-height: 100%; position: relative; min-width: 1000px; padding: 0px; background: white; }
#head { height: 100px; padding: 20px 20px 20px 20px; padding-top: 50px; position: relative; }
#body { padding: 0px 0px 200px 0px; overflow: hidden; background: white; padding-top: 0px; }
#foot { position: absolute; bottom: 0; height: 150px; left: 0; right: 0; padding: 0px 0px; }

.auto-complete { background: #FAFAFA; border: 1px solid #333333; }
.auto-complete-item { display: block; cursor: pointer; color: #000000; padding: 4px; background: #FFFFFF; white-space: nowrap; }
.auto-complete-selected { display: block; cursor: pointer; color: #000000; padding: 4px; background: #DDDDDD; white-space: nowrap; }

.nmb { margin: 0 auto; width: 420px; background: #FAFAFA; border: 1px solid #DBDBDB; }
.nmb td.photo { padding: 10px; }
.nmb a.photo:hover { opacity: 0.9; filter: alpha(opacity=90); }
.nmb td.text { font-size: 15px; padding-left: 15px; width: 100%; text-align: center; padding: 10px; }
.nmb a { color: #000000; text-decoration: none; }
.nmb a:hover { color: #666666; }

table.data { border-collapse: collapse; border: #E2E2E2 solid 1px; font-size: 12px; }
table.data th { font-family: Arial; color: #333333; }
table.data th { background: #F0F0F0; padding: 4px 7px; border: #E2E2E2 solid 1px; text-align: center; }
table.data td { padding: 4px 7px; border: #E2E2E2 solid 1px; color: #333333; line-height: 1.4; }

#cartModalForm { background: #FAFAFA; border: 1px solid #DBDBDB; padding: 20px; width: 800px; margin: 30px auto; }
#cartModalForm h1 { margin-bottom: 15px; }
#cart-summary span { font-size: 17px; }

.cart { border-collapse: collapse; width: 100%; }
.cart th { background: white; padding: 6px 10px; border: #D6D6E9 solid 1px; text-align: center; font-weight: normal; white-space: nowrap; }
.cart td { background: white; padding: 6px 10px; border: #D6D6E9 solid 1px; line-height: 1.4; height: 45px; }
.cart td.summary { text-align: right; }
.cart td.name { width: 100%; }
.cart td.price { white-space: nowrap; text-align: right; }
.cart td.qty { white-space: nowrap; text-align: center; }
.cart td.qty input { width: 30px; }
.cart td.discount { white-space: nowrap; text-align: center; }
.cart td.amount { white-space: nowrap; text-align: right; }
.cart td.total-amount { font-weight: bold; font-size: 14px; font-family: Arial; }
.cart img { display: block; margin: 0; }

.cart-close-button, .cart-checkout-button 
{
	display: block;
	float: left;
}

.cart-checkout-button { margin-right: 10px; }

#path a { font-size: 18px; }
#path span { color: white; font-size: 25px; text-decoration: none; }

#sitePath { color: #5C5C5C; margin-left: 1px; margin-bottom: 20px; }
#sitePath a { color: #5C5C5C; text-decoration: underline; }
#sitePath a:hover { text-decoration: none; }

.modalForm { padding: 15px; background: #FAFAFA; border: 5px solid #444; }

.uploadStatus { width: 330px; margin-left: auto; margin-right: auto; background: #FAFAFA; border: 1px solid #DBDBDB; padding: 10px 0px; text-align: center; }
.uploadStatus table { border-collapse: collapse; font-size: 11px; width: 300px; margin: 0 auto; margin-bottom: 12px; }
.uploadStatus th { border: 1px solid #CCCCCC; padding: 2px; }
.uploadStatus td { border: 1px solid #CCCCCC; padding: 2px; }
.uploadStatus th { text-align: left; font-weight: normal; }
.uploadStatus td { text-align: center; }

#uploadProgessBar { margin: 2px auto; width: 300px; height: 20px; border: 1px inset; background: #EEEEEE; text-align: left; margin-bottom: 15px; margin-top: 5px; }
#uploadProgessBarDone { float: left; text-align: left; width: 0px; height: 20px; background: #0099CC; }
#uploadStatusLabel { font-size: 13px; }

.pn a { display: block; padding: 0px 12px 0px 0px; color: #666; text-decoration: none; font-size: 14px; }
.pn a:hover { text-decoration: underline; }
.pn a.selected { font-size: 16px; font-weight: bold; color: #000000; }
.pn a.np { text-decoration: none; color: #999999; font-size: 14px; }
.pn a.np:hover { text-decoration: underline; }

.commonForm { background: white; padding: 10px 5px 20px 5px; margin: 50px auto 0 auto; }
.commonForm h1 { margin-bottom: 20px; }
.commonForm legend { margin-left: 1em; color: #000000; font-weight: bold; padding: 0 10px; margin: 0 auto; display: none;  }
.commonForm label { float: left; width: 12em; margin-right: 1em; text-align: left; color: #666666; } 
.commonForm select { margin: 0; border: 1px solid #BBB; padding: 5px 5px 5px 1px; } 
.commonForm input[type='checkbox'] { vertical-align: middle; margin-top: -3px; } 
.commonForm input[type='text'] { width: 20em; border: 1px solid #BBB; padding: 6px 4px; margin: 0; } 
.commonForm input[type='password'] { width: 20em; border: 1px solid #BBB; padding: 6px 4px; margin: 0; } 
.commonForm button { }
.commonForm fieldset { margin: 0 0 0 0; padding: 0; border: 0px solid #DEDEDE; }
.commonForm fieldset ol { padding: 0; list-style: none; }
.commonForm fieldset li { padding-bottom: 0.5em; }
.commonForm fieldset ol ol { margin-left: 12em; margin-top: 1em; overflow: hidden; }
.commonForm fieldset ol ol label { float: none; }
.commonForm fieldset ol ol li { float: left; width: 100%; }
.commonForm fieldset.submit { float: none; width: auto; border: 0 none #FFF; padding-left: 14em; }  
.commonForm .errors { padding-left: 11em; color: red; padding-top: 10px; }
.commonForm .form-messages { padding-bottom: 20px; padding-top: 5px; line-height: 1.3; }
.commonForm .form-buttons, .form-messages, fieldset ol ol { margin-left: 12em; padding-left: 12px; }
.commonForm .form-error-message { color: red; }
.commonForm .element-error-message { font-size: 11px; color: red; margin-top: 3px; margin-left: 13em; }
.commonForm .required { float: right; color: #888; margin-right: -5px; }

a.cube { display: block; float: left; color: #666666; border: 1px solid #E1E1E1; width: 180px; height: 30px; padding-top: 15px; text-align: center; margin: 0px 10px 10px 0px; text-decoration: none; }
a.cube:hover { border: 1px solid #D1D1D1; color: #333333; } 
a.cube img.cube { opacity: 0.9; filter: alpha(opacity=90); width: 150px; height: 120px; display: block; }
a.cube:hover img.cube { opacity: 1.0; filter: alpha(opacity=100); }
