/* @override 
	http://localhost:8000/static/css/base.css
	http://192.168.0.99/static/css/base.css
	http://192.168.0.66/static/css/base.css
	http://static.test.mapfactor.com/css/base.css
	http://www.mapfactor.com/static/css/base.css
*/

body {
	background: url(../images/bkg.png) repeat-x;
	font: 12pt/16pt Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}


img {
	border: none;
}

a {
	color: #31ABE8;
	text-decoration: none;
}

.clear {
	clear: both;
}

#logo {
	background: url(../images/logo.png) no-repeat -10px center;
	display: block;
	float: left;
	margin: 10px 0 10px 0;
	height: 70px;
	width: 400px;
}

#logo span {
	display: none;
}

#logo .motto {
	border-left: 1px solid #3F3F3F;
	color: #3F3F3F;
	display: block;
	font-size: 18px;
	margin: 15px 0 0 120px;
	padding: 10px 20px;
}

#logo a {
	display: block;
}

h2 {
	font-size: 140%;
	border-bottom: 1px solid #eee;
	padding: .5em .2em;
<<<<<<< HEAD
	margin: .5em 0;
}

h3 {
	font-size: 130%;
	margin-top: 0;
}

.last,  {
	margin-right: 0;
}

.block.links ul, .block.links li {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: 0;
}

.block.links li {
	width: 100%;
}

#wrapper {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 960px;
}

#header, #content, #footer {
	padding: 0 10px;
}

#header {
	overflow: hidden;
}

#footer {
	clear: both;
	font-size: 80%;
	margin-top: 2em;
	text-align: center;
}

#content {
	clear: both;
	font-size: 90%;
	overflow: hidden;
}

#languages {
	display: block;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 10px;
}

#languages li {
	border-right: 1px solid #a9a9a9;
	float: left;
	font-size: 90%;
}

#languages a {
	display: block;
	margin: 0 2px 0 2px;
	padding: 0 5px;
}

#wrapper li.last {
	border: none;
}

#navigation-bar {
	clear: both;
	margin-top: 20px;
	overflow: hidden;
}

#navigation {
	background: #31ABE8 url(../images/nav_bkg.png) 0 bottom repeat-x;
	border-radius: 5px;
	float: left;
	height: 30px;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 700px;
}

#navigation li {
	display: block;
	float: left;
	margin: 5px 0;
}

#navigation a {
	border-right: 1px solid #fff;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 0 10px;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}

#navigation .last a {
	border: none;
}

#cart {
	background: #FF7F00 url(../images/cart.png) center left no-repeat;
	border-radius: 5px;
	float: left;
	height: 30px;
	margin-left: 20px;
	width: 220px;
}

#cart a {
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
}

#cart p {
	margin: 0;
	text-align: right;
}

#icons {
	float: left;
	margin: 20px 0;
	width: 700px;
}

.icon {
	float: left;
	font-size: 90%;
	margin-right: 20px;
	text-align: center;
	width: 80px;
}

.icon.last {
	margin-right: 0;
}

.icon img {
	width: 40%;
}

.icon span {
	display: block;
	clear: both;
}

.icon a {
	color: #666;
	font-weight: bold;
}

.block {
	border: 1px solid #ccc;
	border-radius: 5px;
	float: left;
	margin: 20px 20px 0 0;
	overflow: hidden;
	padding: 10px;
	position: relative;
	width: 198px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
}

.block.links {
	margin-top: 0;
}

.block.last {
	margin-right: 0;
}

.block .nopad {
	border-radius: 5px;
	margin: -10px;
}

.block.links li a:before {
	content: "»";
	display: block;
	float: left;
	margin-left: -12px;
}

.block.links a {
	padding-left: 20px;
}

.block h2 {
	border-bottom: 1px solid #eee;
	font-size: 140%;
	font-weight: normal;
	margin: 0 0 .5em 0;
	padding-bottom: .5em;
	text-shadow: 0 0 2px #31ABE8;
	vertical-align: baseline;
}

.block h2 a {
	color: #666;
}

.block h2 a:after {
	content: " »";
}

#side {
	border: none;
	float: right;
	font-size: 80%;
	padding-top: 0;
	width: 200px;
	-webkit-box-shadow: none;
}

#side ul, #side li {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
	overflow: hidden;
}

#side > ul {
	border-radius: 0 0 10px 10px;
}

#side ul li {
	background: #d9ecff url(../images/overlay.png) repeat-x 0 bottom;
}

#side li a {
	color: #000;
	background: #d9ecff url(../images/overlay.png) repeat-x 0 bottom;
	border-bottom: 1px solid #fff;
	display: block;
	padding: 5px 10px;
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
}

#side ul ul li a {
	background: url(../images/bullet_arrow.png) no-repeat 10px center;
	font-weight: normal;
	padding-left: 30px;
}

#side ul ul li li a {
	background: url(../images/bullet_arrow.png) no-repeat 30px center;
	padding-left: 50px;
}

#side li.selected > a {
	background-color: #e6ffa2;
}

#side img {
	margin: 0;
	text-align: center;
}

#side p {
	margin: 0;
}

#side p+p {
	margin-top: 1em;
}

#side.block {
	padding: 0;
	width: 220px;
}

#side .news {
	border-bottom: 1px solid #eee;
}

#side h3 {
	border-bottom: 1px solid #eee;
	margin: 0;
	padding: 0 0 10px 0;
}

#side h4, #side h5 {
	margin: 0;
}

#side h4 a {
	display: block;
	padding: 5px 0;
}

#side .content {
	display: none;
	padding-bottom: 10px;
}

#side .news.selected .content {
	display: block;
}

/*#side .news p, #side .news img, #side .news h5 {
	display: none;
}*/

#side .news h4 {
	display: block;
}

#side.left {
	float: left;
}

#side.left h3 {
	padding: 5px 10px 5px;
	background: #eaeaea url(../images/overlay_wht.png) repeat-x left top;
}




.button{
	background:#222 url(../images/overlay.png) repeat-x;
	border-bottom:1px solid #222;
	border-radius:5px;
	color:#fff;
	display:block;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding:5px 10px;
	overflow:hidden;
	position:relative;
	text-shadow:0 1px 0 #666;
	-moz-border-radius:5px;
	box-shadow: 0 1px 3px #999;
	-moz-box-shadow:0 1px 3px #999;
	-webkit-box-shadow:0 1px 3px #999;
}

.green.button {
	background-color:#8eb031;
}
.red.button {
	background-color:#e33100;
}
.blue.button {
	background-color:#31ABE8;
}
.orange.button {
	background-color:#FF7F00;
}

.tracking .block {
	margin-bottom: 10px;
	padding-bottom: 50px;
	width: 278px;
}

.tracking .block.col3 {
	margin-right: 0;
}

.tracking .block h3 {
	border-bottom: 1px solid #eee;
	font-size: 140%;
	font-weight: normal;
	padding-bottom: .5em;
	text-shadow: 0 0 2px #31ABE8;
	vertical-align: baseline;
	text-align: center;
	margin: .5em 1em 0 1em;
}

.tracking .block img {
	margin: 0 65px;
}

.tracking .block .button {
	background-color:#31ABE8;
	text-align: center;
	position: absolute;
	bottom: 10px;
	width: 260px;
}

.tracking .startsfrom {
	font-size: 130%;
	text-align: center;
}

#maincontent {
	float: left;
	margin-top: 20px;
	width: 700px;
}

#maincontent h1 {
	margin-top: 0;
}

/* List arrows */

#maincontent ul {
	list-style: none;
	padding: 0;
	text-indent: 0;
}

#maincontent li:before {
	content: ' ';
	border: 5px solid transparent;
	border-width: 5px 5px 5px 8px;
	border-left-color: #31ABE8;
	display: block;
	float: left;
	margin: 5px 1px 5px -15px;
	height: 0;
	width: 0;
}

#maincontent li {
	padding-left: 20px;
	margin-bottom: .5em;
/*	float: left;
	width: 45%; */
}

#maincontent .block li:before {
	display: none;
}

#maincontent .block li {
	padding: 0;
}

#maincontent ul:after {
	content: ' ';
	display: block;
	clear: both;
}

#footer {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

#footer p {
	color: #666;
	clear: both;
	font-size: 80%;
	margin-top: 0;
}

#footer #icons {
	font-size: 100%;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	float: none;
	overflow: hidden;
}

#footer .icon {
	display: inline-block;
	margin: 0 5px 0 0;
	text-align: left;
	width: auto;
	overflow: hidden;
	float: none;
}

#footer .icon a {
	font-weight: normal;
}

#footer #icons span {
	display: inline;
	text-align: left;
	clear: none;
}

#footer #icons img {
	margin-right: 5px;
	vertical-align: top;
	width: 16px;
}

/* @group Tabs */

#tab-switcher {
	background: #eaeaea url(../images/overlay_wht.png) repeat-x 0 top;
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	clear: both;
	list-style: none;
	margin: 2em 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
	text-indent: 0;
}

#tab-switcher li {
	border-right: 1px solid #c0c0c0;
	float: left;
	list-style: none;
	margin: 0;
	/*overflow: hidden;*/
	padding: 0;
	text-indent: 0;
	vertical-align: middle;
}

#tab-switcher li a {
	display: inline-block;
	font-size: 80%;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
	color: #424242;
	text-shadow: #fffeff 0 1px 0;
	width: 100%;
}

#tab-switcher li a:hover {
	background: #ffd56f url(../images/overlay_wht.png) repeat-x 0 top;
}

#tab-switcher li.selected a {
	background: #0090ff url(../images/overlay_wht.png) repeat-x 0 top;
}

#tab-switcher li:last-child {
	border: none;
}

#tab-switcher li:last-child a {
	padding-right: 4px;	
}

#tab-switcher li:before {
	content: '';
	display: none;
}

.tab .title {
	display: none;
}

/* @end */


img.product-image {
	float: left;	
}

#like-social {
	clear: both;
	padding-left: 320px;
}

#like-social.noimage {
	padding-left: 0;
}

#shortdescription {
	font-size: 110%;
	line-height: 1.7em;
	padding-left: 320px;
}

#shortdescription.noimage {
	padding-left: 0;
}

#maincontent h1 {
	border-bottom: 1px solid #eee;
	font-weight: normal;
	padding-bottom: .5em;
	text-shadow: 0 0 2px #31ABE8;
	vertical-align: baseline;	
}

#maincontent.product-detail h1 {
	margin: 0 0 .5em 320px;
}

#maincontent.product-detail h1.noimage {
	margin: 0 0 .5em 0;
}

table {
	border-collapse: collapse;
	width: 100%;
}

#maincontent td {
	border-bottom: 1px solid #eee;
	padding: 5px 10px;
}

#maincontent td h3 {
	background-color: #f1f8ff;
	margin: 0;
	border: none;
	padding: 5px;
	text-shadow: 0 1px 0 #fff;
}

#maincontent td[colspan='2'] {
    padding: 0;
}

p + h3, ul + h3 {
	margin-top: 1.5em;
}

#maincontent h2, #maincontent h3, #maincontent h4 {
	border-bottom: 1px solid #eee;
	color: #3F3F3F;
	padding-bottom: .5em;
	margin-bottom: .5em;
}

.shop-item {
	border: 1px solid #eee;
	border-radius: 5px;
	float: left;
	padding: 20px;
	margin-right: 20px;
	width: 298px;
}

.shop-list h3 {
	line-height: 1;
}

.shop-list h3 a {
	font-size: 80%;
	color: #333;
}

.shop-list .button {
    text-transform: uppercase;
}

.shop-item.odd {
	margin-right: 0;
}

.shop-item h3 {
	border: none !important; 
}

.shop-item .button, .item .button {
	float: left;
	margin-top: 1em;
}

.shop-item .price strong {
	color: #FF7F00;
	font-size: 130%;
}

.shop-item .price.small strong, .shop-item .price {
	font-size: 105%;
	color: #000;
}

.item {
	border: 1px solid #ccc;
	border-radius: 5px;
	float: left;
	padding: 20px 20px 20px 170px;
	overflow: hidden;
    margin: 0 0 20px 0;
    width: 508px;
}
/*
.item.odd {
    margin-right: 0;
}

.item {
    text-align: center;
}
*/
.item * {
    text-align: left;
}

.item img {
    float: left;
    margin-left: -150px;
}

.item img:first-child {
	position: relative;
	margin-top: 0;
}

.item img:nth-child(2) {
	position: absolute;
	margin-left: -100px;
	z-index: 10;
}

.item h2 {
	border-bottom: 1px solid #eee;
	font-size: 150%;
	font-weight: normal;
	padding-bottom: .5em;
	text-shadow: 0 0 2px #31ABE8;
	vertical-align: baseline;	
    padding: 0;
    margin: 0 0 0 0px;
}

.item h2 a {
    color: #000;
}

form#checkout {
	font-size: 120%;
}

form#checkout input[type=text], form#checkout select, form#checkout textarea {
	background: #fff;
	border: 1px solid #4bd6ff;
	border-radius: 5px;
	font-size: 110%;
	font-weight: bold;
	padding: 5px;
	width: 200px;
	outline-color: #4bd6ff;
}

form#checkout input[type=checkbox] {
	margin: 0;
}

form#checkout select {
	font-size: 70%;
	font-weight: normal;
	height: 3em;
	width: 210px;
}

form#checkout input:focus {
	border: 1px solid #fff;
	box-shadow: 0 0 10px #4bd6ff;
	-webkit-box-shadow: 0 0 10px #4bd6ff;
	-moz-box-shadow: 0 0 10px #4bd6ff;
}

form#checkout fieldset.submit {
	border: 0;
	padding: 0;
	margin-top: 10px;
}

form#checkout fieldset.block {
	background: #e5f6fe url(../images/overlay_wht.png) repeat-x 0 top;
	border-bottom: none;
	border-radius: 0;
	float: none;
	width: auto;
	margin: 0;
	overflow: visible;
	padding: 50px 15px 15px;
	position: relative;
	top: -1px;
	-webkit-box-shadow: none;
}

form#checkout fieldset:first-child {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-top: 1em;
}

form#checkout fieldset.last {
	border: 1px solid #ccc;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

form#checkout fieldset p:last-child {
	border: 0;
}

form#checkout legend {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: absolute;
}

form#checkout legend span {
	border-bottom: 1px solid #ccc;
	color: #666;
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 5px;
	position: absolute;
	top: -40px;
	font-size: 120%;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
	width: 660px;
}

form#checkout p {
	clear: both;
	margin: 0;
	overflow: hidden;
	padding: .5em;
}

form#checkout p.undrln {
	border-bottom: 1px solid #eee;
}

form#checkout label {
	display: block;
	float: left;
	width: 150px;
} 

form#checkout label.required {
	font-weight: bold;
}

form#checkout .help {
	color: #666;
	font-size: 70%;
	float: left;
	clear: both;
	margin: 5px 0 0 150px;
}

form#checkout input[type=image] {
	font-size: 100%;
	height: 20px;
}

form#checkout button, .submit button, .submit a.button.order {
	border: 1px solid #aaa;
	border-radius: 20px;
	background-color: #eee;
	color: #666;
	font-size: 110%;
	font-weight: bold;
	float: left;
	margin: 5px 5px 5px 0;
	text-transform: uppercase;
	text-shadow: 0 1px 1px #fff;
	padding: 5px 20px;
	box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.6);
	background-image: url(../images/overlay_blk.png);
}

form#checkout button a, .submit button a, .submit a.button.order {
	color: #666;
}

form#checkout button:hover, .submit button:hover, a.button.order:hover  {
	border-color: #4bd6ff;
	box-shadow: 0 0 10px #4bd6ff;
	-webkit-box-shadow: 0 0 10px #4bd6ff;
	-moz-box-shadow: 0 0 10px #4bd6ff;
}

form#checkout button p {
	border: none;
	font-size: 80%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

/* form errors */
ul.errorlist {
	border: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

ul.errorlist li:before {
	display: none;
}
ul.errorlist li {
	background-color: pink;
	border: 0;
	color: #424242;
	display: block;
	float: left;
	font-size: 70%;
	font-style: italic;
	margin: 5px 0 0 150px;
	min-width: 192px;
	padding: 5px 10px;
	overflow: hidden;
}

/* eshop */
.shop-list {
	margin: 0 20px 20px 0;
	text-align: center;
}

.shop-list > a img {
	overflow: hidden;
	height: 120px;
}

.shop-list > span {
	float: left;
	text-align: left;
}

.shop-list h3 {
	text-align: left;
}

.shop-list .description {
	font-size: 80%;
	line-height: 1.2em;
	margin-bottom: 10px;
	height: 2.5em;
	overflow: hidden;
	position: relative;
	text-align: left;
}

.shop-list .description:after {
	content: '...';
	background-color: #fff;
	display: block;
	padding: 0;
	position: absolute;
	top: 1.2em;
	right: 0;
	width: 4em;
}

.shop-list .description p {
	margin-top: 0;
}

.shop-list .description img {
	float: left;
	height: 28px;
	margin-right: 10px;
}

.shop-list .price p {
	margin: 0;
	text-align: right;
}

.shop-list .price p.small {
	font-size: 90%;
}

#content.shop h1, #content.shop #shortdescription, #content.shop .cart-box {
	margin: 0 0 0 200px;
	padding-left: 0;
	line-height: 1;
}

#content.shop .cart-box {
	clear: both;
}

#content.shop .cart-box p {
	margin: 0;	
}

#content.shop .price p strong {
	font-size: 120%;
}

#content.shop .price p.small {
	font-size: 90%;	
}

#content.shop .cart-box .label, #content.shop .cart-box label {
	display: inline-block;
	width: 100px;
}

#content.shop .cart-box input {
	border: 1px solid #4bd6ff;
	border-radius: 5px;
	padding: 5px;
	text-align: center;
	width: 2em;
	
}

#content.shop .cart-box input:focus {
	border: 1px solid #fff;
	box-shadow: 0 0 10px #4bd6ff;
	-webkit-box-shadow: 0 0 10px #4bd6ff;
	-moz-box-shadow: 0 0 10px #4bd6ff;
}

#content.shop .cart-box button {
	width: 200px;
}

#info {
	margin: 20px 0;
}

#info li a {
	background-color: #e1ffaf;
}

#security {
	text-align: center;
}

/* forms */
fieldset {
	border: 0;
	padding: 0;
}

/* breadcrumbs */
ul#breadcrumbs {
	border-bottom: 1px solid #eee;
	display: block;
	margin: 0 0 1em 0;
	overflow: hidden;
	padding: 0;
}

ul#breadcrumbs li {
	background: url(../images/bullet_arrow.png) no-repeat right center;
	float: left;
	overflow: hidden;
	padding: 0 15px 0 0;
	margin-right: 5px;
}

#breadcrumbs li:before {
	display: none;
}

#breadcrumbs li.last {
	background: none;
}

#breadcrumbs a {
	border-bottom: 1px solid #eee;
	color: #666;
	padding: 0 0 2px 0;
}

#breadcrumbs h1 {
	display: inline;
	font-size: 110%;
	margin: 0 0 0 4px;
	padding: 0 0 2px 0;
	text-shadow: none;
}

button.button {
	border: none;
	font-size: 105%;
	padding: 6px;
	margin: 5px 0 0 0;
	text-transform: uppercase;
	width: 100%;
}

button.button a {
	color: #fff;
}

/* Order Progress */
ol.progress {
	display: block;
	margin: 1em 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
	background: #c9fff0 url(../images/overlay_wht.png) repeat-x 0 top;
}

ol.progress a {
	border-right: 2px solid #fff;
	color: #666;
	display: block;
	padding: 10px;
}

ol.progress .last a {
	border-right: none;
}

ol.progress li {
	color: #666;
	float: left;
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	width: 25%;
	list-style-type: decimal;
	list-style-position: inside;
}

ol.progress .selected {
	background: #7fbfff url(../images/overlay_wht.png) repeat-x 0 top;
}

#order, #contact {
	float: left;
	padding: 1%;
	width: 48%;
	overflow: hidden;
}

#customer {
	margin: 0 10px 0 0;
}

#customer td {
	border-bottom: 1px solid #eee;
	padding: .2em .5em;
}

#customer tr.blue {
	background-color: #e5fff8;
}

#customer th {
	border-bottom: 2px solid #eee;
	color: #666;
	font-size: 120%;
	padding: .5em .2em;
}

#items td:nth-child(n+2) {
	text-align: right;
}
#items thead {
	border-bottom: 2px solid #eee;
}

#items tfoot {
	border-top: 2px solid #eee;
}

#items thead td, #items tfoot td {
	color: #666;
	font-size: 120%;
	padding: .5em .2em;
}

#items tbody td {
	border-bottom: 1px solid #eee;
	padding: .2em;
}

#items tbody tr:nth-child(even) {
	background-color: #c9fff0;	
}

table.cart {
	margin: 20px 0;
}

table.cart tbody td {
	border-bottom: 1px solid #eee;
	padding: 2em .2em;
}

table.cart td:last-child, table.cart th:last-child {
	text-align: right;
}

table.cart thead {
	border-bottom: 2px solid #eee;
	font-size: 110%;
}

table.cart tfoot {
	border-top: 2px solid #eee;
	font-weight: bold;
	font-size: 110%;
}

table.cart thead th, table.cart tfoot td {
	padding: .5em .2em;
}

#whatnext {
	overflow: hidden;
}

#whatnext .button {
	float: left;
	overflow: hidden;
	text-align: center;
	width: 200px;
}

#whatnext #checkout {
	float: right;
}

#news-archive h4 {
	font-size: 120%;
	padding: 5px 12px;
	background: #e1ffaf url(../images/overlay_blk.png) repeat-x 0 top;
}

.edit.admin {
	display: block;
	position: absolute;
	background: red url(../images/overlay_blk.png) 0 bottom repeat-x;
	border: 1px solid rgba(100,0,0,.5);
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 0 0 2px rgba(0,0,0,.5);
	padding: 0;
	margin-left: -45px;
	top: 0;
	left: 50%;
	z-index: 100;
}

.edit.admin a {
	background: url(../images/edit-icon.png) no-repeat 5px 5px;
	color: #fff;
	display: block;
	text-shadow: 1px 1px 0 #000;
	padding: 5px 5px 5px 30px;
	width: 60px;
}
