*	{ margin: 0px; padding: 0px; }
html, body	{ font-size: 12px; font-family: Arial; color: #1c1e20; }
body	{ background: #e0e0e0; }
div.clear	{ clear: both; width: 100%; }

h1	{ font-family: Arial; font-size: 40px; font-weight: normal; float: left; color: #313131; text-shadow: #fff 0px 1px 0px; margin-bottom: 20px; }

div.header	{ width: 900px; margin: 30px auto 0 auto; }
div.menu	{
	background: #cecac6;
	text-align: center;
	padding: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
div.menu a	{ font-size: 16px; color: #474747; margin: 0px 10px; text-shadow: #e7e2dd 0px 1px 0px; text-decoration: none; }
div.menu a:hover	{ color: #520000; } 

div.shadow	{
	background: url(/images/shop/shadow.jpg) no-repeat left top;
	width: 900px;
	height: 410px;
	margin: 20px auto 0 auto;
}

div.main	{
	background: #3a3d3f url(/images/shop/bg.png);
	width: 870px;
	height: 400px;
	padding: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

div.dot	{
	width: 100%;
	height: 100%;
	border: 1px dashed #a5a6a7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


.test { display: none; }
.container { width:100% }
.container ul { list-style-type: none; margin: 0; padding:0; }
.container li { display: inline; margin: 0px; padding:0px; }
.contentContainer { padding-left: 0px; float: left; width: 0px; height: 410px;overflow:hidden; }
.contentInnerWrapper{ text-align: justify; padding: 10px; }

/* Blocks */
.handle { float: left; width: 60px; height: 420px; margin: 1px; margin-right: -5px; }

div.blue	{
	background: #50a0ab url(/images/shop/blue.png);
	width: 90%;
	height: 390px;
	padding-top: 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

div.green	{
	background: #8db255 url(/images/shop/green.png);
	width: 90%;
	height: 390px;
	padding-top: 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

div.orange	{
	background: #8db255 url(/images/shop/orange.png);
	width: 90%;
	height: 390px;
	padding-top: 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

div.brown	{
	background: #8db255 url(/images/shop/brown.png);
	width: 90%;
	height: 390px;
	padding-top: 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

div.dotted	{
	border: 1px dashed #f2fdff;
	width: 80%;
	height: 385px;
	margin: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div.dotted img	{ padding-top: 10px; padding-left: 10px; }

div.inner	{
	background: #f1f1f1;
	width: 95%;
	height: 350px;
	padding: 15px;
	line-height: 18px;
	font-size: 12px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

div.inner a	{ color: #0059a5; }
div.inner a:hover	{ color: #008aff; }

/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 257 2010-07-27 23:06:56Z emartin24 $
 */

#basic-modal-content, #basic-modal-content2, #basic-modal-content3 {
	display:none;
}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {
	height:410px; width:900px; color:#bbb; background-color:#fff; border:2px solid #444; padding:12px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(/images/shop/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {color:#84b8d9;}

div.rubric	{
	float: left;
	width: 27%;
	margin: 0 20px 20px 0;
	padding: 15px;
	background: #edf1f2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

div.rubric:nth-child(3n) 	{ margin-right: 0px; }
div.rubric:nth-child(3n+1) 	{ clear: both; }

a.link-rubric	{ color: #fff; }

div.footer	{ width: 900px; height: 100px; font-size: 11px; margin: 20px auto; padding-top: 15px; border-top: 1px solid #a1a1a1; }
div.footer a	{ font-size: 11px; color: #273d48; }