body {
	background: #c7ced5 url(../images/bg.gif) repeat-x 0 0;
}

a {
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a, a:focus, a:active {
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0 0 0 1em;
	margin: 0 0 1em;
}

.margin-10 {
	margin: 10px;
}

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

p.no-result {
	color: #5F5F5F;
	margin: 10px;
}

ul.vlist li {
	display: block;
	float: left;
}

.alignRight {
	text-align: right;
}

.hide-me {
	display: none;
}

.overlined {
	text-decoration: line-through;
}

.draggable {
	cursor: move;
}

#Info table td {
	background: #eee;
	padding: 5px;
	border: 1px solid #ccc;
}

.system-message {
	margin: 10px;
	border: 1px solid;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
}
.system-message ul {
	padding: 10px 10px 0;
}

.system-message li a {
	font-weight: bold;
}

.system-message-warning {
	border-color: red;
	color: #d20000;
	background: #FFDFDF;
}

.system-message-warning li a {
	color: #d20000;
}

.logo-action {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 230px;
	height: 95px;
}

.filter-options h2 {
	color: #181818;
	padding: 0;
}

.filter-options .actions {
	text-align: right;
	padding: 0;
}

.filter-options table {
	width: 100%;
	margin: 0 auto;
}

.filter-options td {
	padding: 0 0.5em 1.5em;
}

#Search input, 
#Search a.do-search {
	display: block;
	float: left;
}

#Search input {
	width: 224px;
	height: 20px;
	border: 1px solid #b6b6b6;
	border-right: 0 solid;
	color: #7F7F7F;
	font-size: 1em;
	padding: 0.45em 8px;
}

#Search input:focus {
	border-color: #000;
}

#Search a.do-search {
	width: 94px;
	height: 36px;
	background: url(../images/search_button.gif) no-repeat 0 0;
}

#Search a:active {
	background-position: 0 -36px;
}

#Search a.advanced-search {
	font-size: 0.6em;
	margin-top: 0.5em;
	padding-right: 20px;
	display: block;
	float: right;
	color: #2a2929;
}

#MainNav, #MainNav ul, #MainNav div { 
	background: url(../images/main_nav_round.gif) no-repeat 0 -90px;
}

#MainNav {
	clear: both;
	background-repeat: repeat-x;
	border-bottom: 1px solid #b0b0b0;
}

#MainNav div {
	background-position: 0 0;
}

#MainNav ul {
	height: 45px;
	background-position: 100% -45px;
}

#MainNav li {
	background: url(../images/separator.gif) repeat-y 100% 0;
}

#MainNav li.last {
	background: none;
}

#MainNav a {
	display: block;
	width: 120px;
	height: 26px;
	font-size: 11px;
	line-height: 11px;
	padding: 19px 0 0 0;
	/*padding: 17px 0 13px;*/
	font-weight: bold;
	color: #777777;
	text-align: center;
}

#MainNav a:hover {
	text-decoration: none;
	color: #cc0000;
	background: url(../images/main_nav_arrow.gif) no-repeat 50% 100%;
}

.contact-information .item {
	float: left;
	border-right: 1px solid #464646;
	padding-right: 2em;
}

#Footer .map, #Footer .map span {
	display: block;
}

#Footer .map {
	color: #fff;
	text-align: right;
	font-size: 0.6em;
}

#Footer .map span {
	width: 154px;
	height: 155px;
	text-align: right;
	background: url(../images/map.gif) no-repeat 0 0;
	margin-bottom: 0.2em;
	
}

.contact-information .store-info {
	padding: 0.8em 2em 0;
	line-height: 1.3em;
}

.contact-information .store-info strong, .contact-information .store-info span {
	display: block;
	margin-bottom: 2em;
}

.contact-information .store-info, .contact-information .store-info a {
	font-size: 11px;
	color: #c7ced5;
}

.contact-information .store-info a {
	text-decoration: underline;
}

.contact-information .store-info a:hover {
	text-decoration: none;
	color: #fff;
}

#Footer .copyright {
	color: #878787;
}

.contact-information .opening {
	font-size: 11px;
	padding: 0.8em 2em 0 1.8em; 
}

.contact-information .opening td, .contact-information .opening strong {
	padding: 0.1em 1em;
	color: #c7ced5;
}

.contact-information .opening strong {
	display: block;
	margin-bottom: 0.5em;
}

#Footer .features {
	padding: 0.5em 0 0 1.5em;
}

#Footer .features li {
	font-size: 11px;
	font-weight: bold;
	color: #c7ced5;
	padding-left: 47px;
	margin-bottom: 1em;
	background: url(../images/footer_check.gif) no-repeat 0 50%;
}

#Footer .no-border {
	border: 0;
}

#Contact .item {
	border: 0;
	margin: 10px 0 20px;
}

#Contact .store-info,
#Contact .opening,
#Contact .opening strong {
	padding-top: 0;
}

#Contact .store-info a {
	color: #0000ff;
}
#Contact .store-info a:hover {
	color: #000;
}

#Contact .store-info,
#Contact .opening td,
#Contact .opening strong {
	color: #464646;
}

#Contact .shop-photo {
	padding: 0 0 0 20px;
	width: 220px;
	height: 150px;
}

#BottomNav {
	float: right;
	font-size: 11px;
	padding-bottom: 1em;
}

#BottomNav li {
	padding: 0 8px;
	border-right: 1px solid #636363;
}

#BottomNav li.last {
	border: 0;
}

#BottomNav a {
	color: #111111;
}

.pagination {
	width: auto;
	clear: both;
	margin: 1em 1.5em;
	font-size: 0.8em;
	color: #252525;
	height: 20px;
}

.pagination .num {
	border-right: 1px solid #a1a1a1;
	padding-right: 10px;
	margin-right: 10px;
	float: left;
}

.pagination .pagination-links {
	float: left;
}

.pagination a {
	color: #3d6390;
}

.pagination span.current {
	font-weight: bold;
	color: #cc0000;
}

.pagination a, 
.pagination span.current {
	margin-right: 5px;
}

.pagination span.current {
	margin-left: 5px;
}


.pagination a:visited, .pagination a:active {
	color: #214269
}

#Filter,
#SearchResultSummary {
	background: #fafafa;
	padding: 10px;
	margin: 0 10px 20px;
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
}

#ProductList {
	padding: 2.5em 0 0;
	margin: 0 4em;
}

#ProductList .go-to-product-page {
	display: block;
	background: #eee;
	font-size: 9px;
	padding: 2px;
	width: 60px;
	margin: 5px auto 0;
	color: #666;
	border: 1px solid #aaa;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px; 
}
#ProductList .go-to-product-page:hover {
	color: #000;
	text-decoration: none;
}

#ProductList a, #ProductList span {
	display: block;
	text-align: center;
}

#ProductList img {
	border: 0px solid #000;
}

#ProductList .product-item {
	float: left;
	width: auto;
	height: auto;
	padding: 0 2.5em;
	margin-bottom: 4em;
	width: 150px;
	display: table-cell;
}

#ProductList a.title {
	color: #cc0000;
	font-weight: bold;
	margin-top: 0.4em;
}

#ProductList .product-item span {
	margin-top: 0.2em;
	font-size: 0.8em;
	color: #464646;
}

#ProductList .product-item .preferential {
	font-weight: bold;
	color: green;
	font-size: 0.9em;
}

#LeftNav li {
	margin-bottom: 0.5em;
}

#LeftNav ul li,
#LeftNav ul ul li {
	margin-left: 1.3em;
}

#LeftNav ul li,
#LeftNav ul ul li {
	font-size: 1em;
}

#LeftNav ul ul li a {
	display: block;
	border: 1px solid #ccc;
	background: #eee;
	padding: 0.6em 10px;
	width: auto;
	margin-right: 1.3em;
}

#LeftNav ul ul li a:hover {
	background: #fff;
}

#LeftNav ul ul ul {
	margin: 0.5em 0;
}

#LeftNav ul ul ul li a {
	background: none;
	border: 0;
	font-size: 0.9em;
	padding: 0;
}
#LeftNav ul ul ul li a:hover {
	background: none;
}

#LeftNav #Cat1, 
#LeftNav #Cat2 {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}

#LeftNav #Cat1 strong, 
#LeftNav #Cat2 strong {
	display: block;
	margin-bottom: 1em;
}

#LeftNav #Cat1 a, 
#LeftNav #Cat1 strong {
	color: #c00;
}

#LeftNav #Cat2 a, 
#LeftNav #Cat2 strong {
	color: #224267;
}

#LeftNav #Cat1 ul ul a {
	color: #8f0000;
}

#LeftNav #Cat2 ul ul a {
	color: #02101F;
}

.autocomplete {
	background: #fff;
	border: 1px solid #000;
	border-top: 0;
	padding: 0;
	overflow: hidden;

	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
		
	-webkit-border-bottom-left-radius: 5px;
 	-webkit-border-bottom-right-radius: 5px;

}

.autocomplete div {
	cursor: pointer;
	font-size: 0.8em;
	padding: 0.4em 9px;
}

.autocomplete div strong {
	color: #7F0000;
}

.autocomplete div:hover, 
.autocomplete div.selected {
	background: #DFDFDF;
}

#ListForAdmin {
	width: 713px;
	margin: 10px;
	border-collapse: collapse;
	font-size: 9px;
	color: #363636;
}

#ListForAdmin img, 
#ListForAdmin th,
#ListForAdmin td {
	border: 1px solid #ccc;
}

#ListForAdmin td,
#ListForAdmin th {
	padding: 4px 8px;
}

#ListForAdmin th {
	background-color: #464646;
	color: #fff;
	border-color: #2C2C2C;
}

#ListForAdmin td {
	background: #eee;
	text-align: center;
}

#ListForAdmin tr:hover td {
	background: #dfdfdf;
	color: #000;
}

#ListForAdmin tr:hover img {
	border-color: #2C2C2C;
}

#ListForAdmin a.action-button {
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 auto;
}

#ListForAdmin a.view {
	background: url(../images/view.gif) no-repeat 0 0;
}
#ListForAdmin a.edit {
	background: url(../images/edit.png) no-repeat 0 0;
}
#ListForAdmin a.delete {
	background: url(../images/cross.png) no-repeat 0 0;
}

#LoadingAnim {
	width: 16px;
	height: 16px;
	display: none;
	background: url(../images/loading.gif) no-repeat 0 0;	
}

#Search #LoadingAnim {
	position: absolute;
	top: 30px;
	right:355px;	
}

#AdminLogin {
	width: 320px;
	margin: 20px auto;
}

#AdminLogin table {
	background: #E1E1E1;
	border: 1px solid #ccc;
	padding: 10px;
}

#AdminLogin label {
	display: block;
	text-align: right;
	padding-right: 1em;
}

#ProductViewPage .left-side,
#ProductViewPage .right-side {
	float: left;
	margin-bottom: 15px;
}

#ProductViewPage .left-side {
	width: 360px;
}

#ProductViewPage .right-side {
	width: 370px;
}

#ProductViewPage .product-images:after {
	content: "";
	display: block;
	clear: both;
}

#ProductViewPage .image-item {
	float: left;
	width: 90px;
	text-align: center;
	margin-right: 10px;
}

/*#ProductViewPage .image-item img {
	border: 1px solid #000;
}*/

#ProductViewPage .default-image img {
	border: 0px solid #000;
}

#ProductViewPage .default-image,
#ProductViewPage .product-images {
	width: 302px;
	text-align: center;
	margin: 0 auto 15px;
}

#ProductViewPage .product-images .image-item {
	margin: 0 5px 10px;
}

#ProductViewPage .larger-image {
	color: #363636;
	font-size: 10px;
	line-height: 16px;
	margin-top: 2px;
	padding-left: 16px;
	background: url(../images/view.gif) no-repeat 50px 50%;
}

#ProductViewPage .brand-logo {
	text-align: center;
	margin: 8px 0;
}

#ProductViewPage h3, 
#ProductViewPage h4 {
	font-size: 13px;
	text-align: left;
}

#ProductViewPage h4 {
	margin: 0;
}

#ProductViewPage h1 {
	font-size: 22px;
	text-align: center;
	padding: 0;
	margin-bottom: 15px;
	color: #363636;
}

#ProductViewPage h1 a {
	font-size: 9px;
	font-weight: normal;
	display: block;
	line-height: 16px;
	padding-left: 16px;
	color: #363636;
	background: url(../images/print.gif) no-repeat 105px 50%;
}

#ProductViewPage .preferences {
	padding-left: 16px;
	margin-bottom: 2em;
}

#ProductViewPage #Preferences {
	/*display: none;*/
}


#ProductViewPage .properties {
	margin: 0 auto 15px;
	font-size: 10px;
	padding: 0 0 0 30px;
}

#ProductViewPage .properties li {
	padding: 1px 0;
}

#ProductViewPage .price-info {
	margin-bottom: 15px;
}

#ProductViewPage .price,
#ProductViewPage .preferential-price {
	text-align: center;
	font-size: 15px;
}

#ProductViewPage .preferential-price {
	color: green;
}

#ProductViewPage .details h3 {
	margin: 0 0 10px 0;
	background: #000;
	color: #fff;
	padding: 3px;
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
}

#ProductViewPage .details {
	padding: 0 2em 15px 0;
}

#ManageProduct {
	padding: 1em;
}

#ManageProduct .add-new-anchor {
	margin-left: 1em;
	padding-left: 17px;
	background: url(../images/add_new.gif) no-repeat 0 0;
	color: #108109;
}

#ManageProduct select {
	width: 200px;
}

#ManageProduct .field-text {
	border: 1px solid #000;
	padding: 5px;
}

#ManageProduct .readonly {
	border-color: #636363;
	background-color: #ebebeb;
	color: #636363;
}

#ManageProduct input.large {
	width: 360px;
}

#ManageProduct input.medium {
	width: 270px;
}

#ManageProduct textarea {
	width: 530px;
	height: 200px;
}

#ManageProduct #Properties .field-text {
	margin-bottom: 1em;
}

#ManageProduct #Properties .values {
	padding-left: 2em;
}

#ManageProduct label {
	width: 140px;
	text-align: right;
	padding-right: 1em;
	display: block;
	float: left;
}

#ManageProduct .row {
	margin: 0 0 2em;
}

#ManageProduct #JS_getRelationHandlerUI {
	padding-left: 20px;
	color: #108109;
	margin-left: 1em;
	display: block;
	cursor: pointer;
	float: left;
	background: url(../images/right_arrow.gif) no-repeat 0 0;
}

#ManageProduct #JS_relationHandlerUI {
	padding: 1em;
}

#relatedProducts, 
#availableProducts {
	float: left;
}

#ManageProduct #relatedProducts {
	width: 310px;
	height: 190px;
	background: #eee;
	margin-right: 1em;
	padding: 2px;
	overflow: auto;
	border: 1px solid #808080;
}

#ManageProduct #relatedProducts .product-item,
#ManageProduct #availableProducts .product-item  {
	background: #464646;
	padding: 2px;
	margin-bottom: 2px;
	color: #fff;
	font-weight: bold;
	position: relative;
}

#ManageProduct #availableProducts .product-item {
	border: 1px solid #808080;
	background: #eee;
	width: 280px;
	margin: 0 auto;
	color: #464646;
}

#ManageProduct #relatedProducts .sample,
#ManageProduct #availableProducts .sample {
	float: left;
}

#ManageProduct #relatedProducts img,
#ManageProduct #availableProducts img {
	display: block;
	border: 1px solid #464646;
}

#ManageProduct #relatedProducts .product-item strong,
#ManageProduct #availableProducts strong {
	display: block;
	float: left;
	padding: 5px 0 0 1em;
}

#ManageProduct #availableProducts {
	width: 340px;
}

#ManageProduct #availableProducts .search {
	width: 282px;
	margin: 0 auto 4em;
}

#ManageProduct #availableProducts small {
	display: block;
	text-align: center;
	color: #808080;
	padding-top: 3px;
}

#ManageProduct .remove-from-relation {
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	cursor: pointer;
	top: 2px;
	right: 2px;
	background: url(../images/remove.gif) no-repeat 0 0;
}

#ManageProduct .error {
	padding-left: 150px;
	padding-bottom: 5px;
	color: red;
	font-weight: bold;
}

.edited-content table td {
	padding: 10px;
}

.edited-content p {
	margin: 10px 0;
}

.edited-content a {
	text-decoration: underline;
}

.edited-content a,
.edited-content a:visited {
	color: blue;
}

.edited-content a:active {
	color: red;
}

.edited-content a:hover {
	color: #000E6F;
	text-decoration: none;
}

.new-shop {
	
	margin-top: 30px;
	color: #cc0000;
	font-size: 18px;
}

.new-shop-map {
	
	float: left;
}
