
@font-face 
{
    font-family: 'MyriadProRegular';
    src: url('../fonts/123-webfont.eot');
    src: url('../fonts/123-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/123-webfont.woff') format('woff'),
         url('../fonts/123-webfont.ttf') format('truetype'),
         url('../fonts/123-webfont.svg#MyriadProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face 
{
    font-family: 'MyriadProBold';
    src: url('../fonts/myriadpro-bold-webfont.eot');
    src: url('../fonts/myriadpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro-bold-webfont.woff') format('woff'),
         url('../fonts/myriadpro-bold-webfont.ttf') format('truetype'),
         url('../fonts/myriadpro-bold-webfont.svg#MyriadProBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    margin: 0;
    padding: 0;
}

body {    
    background: #c0c5c9;
    font-family: Arial;
    font-size: 12px;
    color: #000;
}

a {
    color: #246fbd;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

.clear 
{
    clear: both;
    display: block;
}

form {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Page */

#page {
	width: 1010px;	
	padding: 0 7px;
	margin: 0 auto;
	background: url(../i/page-shadows.png) repeat-y 0 0;
}

#page > .background {
	padding: 0 10px;
	border-top: 1px solid #cacaca;	
	background: #fff;
}

/* Top */

#top {
	overflow: hidden;
	height: 25px;
	padding: 8px 10px 0;
	border-bottom: 1px solid #fff;
	background: #fff url(../i/gradients.png) repeat-x 0 28px;
}

#top > .left-menu {
	float: left;
	padding: 0;
	margin: 0;	
	list-style: none;
}

#top > .left-menu > li {
	display: block;
	float: left;
	margin-right: 14px;
}

#top > .left-menu > li > a {
	display: block;
	padding-top: 1px;
	padding-left: 16px;	
	background-image: url(../i/topmenu-icons.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#top > .left-menu > li.active > a {
	color: #000;
	text-decoration: none;
}

#top > .left-menu > li.home > a {
	background-position: 0 0;
}

#top > .left-menu > li.home.active > a {
	background-position: 0 -16px;
}

#top > .left-menu > li.about-us > a {
	background-position: 0 -32px;
}

#top > .left-menu > li.about-us.active > a {
	background-position: 0 -48px;
}

#top > .left-menu > li.contact-us > a {
	background-position: 0 -64px;
}

#top > .left-menu > li.contact-us.active > a {
	background-position: 0 -80px;
}

#top > .left-menu > li.phone
{
    background: url('../i/phone.png') no-repeat;
    padding-left: 23px;
    font: 12px Arial;
    font-style: italic;
    color: #424242;
}
#top > .left-menu > li.phone .green
{
    color: #119d06;
}

#top > .right-menu {
	float: right;
	padding: 0;
	margin: 1px 0;	
	list-style: none;
	white-space: nowrap;
}

#top > .right-menu > li {
	display: inline;
	padding: 0 13px 0 9px;
	background: url(../i/topmenu-icons.png) no-repeat 100% -97px;
}

#top > .right-menu > li.last {
	padding-right: 0;
	background: none;
	font-weight: bold;
}

/* Header */

#header {
	overflow: hidden;
	height: 80px;
	padding: 8px 0 0 12px;
}

#header > .logo {
	display: block;
	float: left;
}

#header > .logo > img {
	display: block;
}

#header > .cart {
	float: right;
	height: 37px;
	padding-right: 26px;
	background: #f0f0f0 url(../i/cart.png) no-repeat 100% -37px;
}

*+html #header > .cart {
	width: 335px;
}

#header > .cart > .content {
	float: right;
	overflow: hidden;
	min-width: 274px;
	max-width: 420px;
	height: 15px;
	padding: 11px 0 11px 61px;
	background: url(../i/cart.png) no-repeat 0 0;
	color: #424242;
	text-align: center;
	white-space: nowrap;
}

#header > .cart > .content > a,
#header > .cart > .content > strong {
	font-weight: bold;
	color: #246fbd;
}

#header .search {
	float: right;
	clear: right;
	width: 361px;
	height: 37px;
	margin: 5px 0 0;
}

*+html #header .search {
	margin: -3px 0 0px;
}

#header .search > .text {
	display: block;
	float: left;
	width: 297px;
	height: 22px;
	padding: 8px 10px 7px;
	margin: 0;
	border: none;
	background: #fff url(../i/search.png) no-repeat 0 0;
	font-family: Arial;	
	font-size: 18px;
	line-height: 22px;
	color: #000;
	outline: none;
}

#header .search > .button {
	display: block;
	float: left;
	width: 44px;
	height: 37px;
	padding: 0;
	margin: 0;
	border: none;
	background: #e2e2e2 url(../i/search.png) no-repeat -317px 0;	
	cursor: pointer;
}	

.header_banners
{
    float: left;
}          
img.small_banner
{
    margin-left: 22px;
    vertical-align: top;
}
.header_soc
{
    float: left;    
}
.header_soc_link
{
    margin-left: 7px;    
}

/* Main menu */

#mainmenu {
	overflow: hidden;
	height: 37px;
	padding: 0;
	margin: 9px 0 0;
	list-style: none;
}

#mainmenu > li {
	display: block;
	float: left;
	border-right: 1px solid #fff;
}

#mainmenu > li.last {
	border-right: none;
}

#mainmenu > li > a {
	display: block;
	height: 14px;
	padding: 12px 11px 11px 12px;
	background: #0059bc url(../i/gradients.png) 50% -5px;
	font-weight: bold;
	font-size: 11px;	
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

#mainmenu > li.first > a {
	padding-left: 13px;
	padding-right: 12px;
	background-position: 0 -5px;
}

#mainmenu > li.last > a {
	padding-left: 13px;
	padding-right: 13px;
	background-position: 100% -5px;
}

#mainmenu > li.active > a {
	background-color: #8fc4ff;
	background-position: 50% -42px;
	color: #033569;
	text-decoration: none;
}

#mainmenu > li.active.first > a {
	background-position: 0 -42px;
}

#mainmenu > li.active.last > a {
	background-position: 100% -42px;
}

/* Quick search */

#quicksearch {
	overflow: hidden;
	height: 48px;
	margin: 10px 0 0;
	background: #bebebe url(../i/gradients.png) no-repeat 0 -79px;
}

#quicksearch > .caption {
	float: left;
	margin: 8px 0 0 10px;
	font-size: 24px;
	color: #3c3c3c;
	text-shadow: #fff 0 1px 1px;
}

#quicksearch > .select {
	float: left;
	position: relative;
	width: 175px;
	height: 29px;	
	margin: 10px 0 0 9px;	
}

#quicksearch > .select > .custom-select-selected {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 124px;
	height: 15px;
	padding: 7px 8px 7px 12px;
	background: url(../i/select.png) no-repeat -31px 0;
	color: #424242;
	white-space: nowrap;
}

#quicksearch > .select.disabled > .custom-select-selected {
	color: #888;
}

#quicksearch > .select > .custom-select-button {
	position: absolute;
	right: 0;
	top: 0;
	width: 31px;
	height: 29px;
	background: url(../i/select.png) no-repeat 0 0;	
}	

#quicksearch > .select > select {
	position: absolute;
	left: 0;
	top: 0;	
	width: 175px;
	height: 29px;
	padding: 0;
	border: none;
	background: transparent;
	font-family: Arial;
	font-size: 12px;
	color: #424242;
	outline: none;
	opacity: 0;
	filter: alpha(opacity=0);
}

*+html #quicksearch > .select > select {
	top: 3px;
}

#quicksearch > .select > select > option {
	background: #fff;
}

#quicksearch > .submit {
	display: block;
	float: left;
	width: 75px;
	height: 29px;
	padding: 0;
	margin: 10px 0 0 9px;
	border: none;
	background: transparent url(../i/go.png) no-repeat 0 0;
	cursor: pointer;
}

/* Horizontal links */

#horizontal-links {
	height: 48px;
	overflow: hidden;
	margin-top: 10px;
}

#horizontal-links > .yellow {
	display: block;
	float: left;
	width: 490px;
	background: #ffb900 url(../i/gradients.png) no-repeat 485px -127px;
}

#horizontal-links > .yellow > .content {
	display: block;
	height: 38px;
	padding: 10px 0 0 5px;
	margin-right: 5px;	
	background: url(../i/gradients.png) no-repeat -5px -127px;
	font-family: MyriadProRegular, Arial;
	font-size: 23px;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
}

#horizontal-links > .yellow > .content > a {
	color: #066600;
}

#horizontal-links > .green {
	display: block;
	float: left;
	width: 490px;
	margin-left: 10px;
	background: #0f9e06 url(../i/gradients.png) no-repeat 485px -175px;
}

#horizontal-links > .green > .content {
	display: block;
	height: 37px;
	padding: 11px 0 0 5px;
	margin-right: 5px;	
	background: url(../i/gradients.png) no-repeat -5px -175px;
	font-family: MyriadProRegular, Arial;
	font-size: 23px;
	line-height: 28px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-shadow: #237201 0 -1px 1px;
}

*+html #horizontal-links > .green > .content {
	height: 38px;
	padding-top: 10px;
}

/* Center */

#center {
	overflow: hidden;
	height: 346px;
	margin: 10px 0 0;
    position: relative;
}

#center > .visual {
	float: left;
	width: 760px;
	height: 281px;
}
.slideshow
{
	float: left;
	width: 760px;
	height: 346px;
	overflow: hidden;
}
#slideshow_pager
{
    position: absolute;
    left: 13px;
    top: 324px;
    z-index: 1000;
    width: 500px;
}
#slideshow_pager .square
{
    display: block;
    float: left;
    margin-right: 5px;
    width: 14px;
    height: 15px;
    background: url('../i/slideshow_page_marker.png') no-repeat;   
}
#slideshow_pager .square.activeSlide
{
    background: url('../i/slideshow_page_marker_selected.png') no-repeat;   
}
.slideshow .slide .add_link
{
	display: block;
	position: relative;
	z-index: 1;
}
.slideshow .slide .add_link
{
    display: block;
    width: 220px;
    height: 167px;
    position: absolute;
    z-index: 2;
	right: 12px;
}
#center > .visual > img {
	display: block;
}

#center > .links {
	float: left;
	width: 220px;
	margin: 0 0 0 10px;
}

#center > .links > a {
	display: block;
	width: 200px;
	height: 153px;
	padding: 7px 10px;
	margin: 0 0 11px;
	background-color: #f5f5f5;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
}

#center > .links > a.ink {
	background-image: url(../i/link-category-ink.jpg);
}

#center > .links > a.paper {
	background-image: url(../i/link-category-paper.jpg);
}

#center > .links > a > .title {
	display: block;
	font-family: MyriadProRegular, Arial;
	font-size: 18px;
	line-height: 19px;
	color: #3988e8;
	text-transform: uppercase;
	letter-spacing: -1px;
}

#center > .links > a > .title:hover,
#center > .links > a > .title:hover > strong {
	text-decoration: underline;
}

#center > .links > a > .title > strong {
	font-weight: bold;
	color: #00469b;	
}

#center > .links > a > .description {
	display: block;
	margin: 4px 0 0;
	color: #2f2f2f;
}

/* Homepage products */

#homepage-most-popular {
	float: left;
	width: 500px;
	margin: 10px 0 0 -10px;
}

#homepage-most-popular > .header {
	overflow: hidden;
	width: 490px;
	height: 38px;
	margin-left: 10px;
	background: #005abd url(../i/gradients.png) no-repeat 485px -223px;
}

#homepage-most-popular > .header > h1 {
	display: block;
	height: 30px;
	padding: 8px 14px 0 19px;
	margin: 0 5px 0 0;
	background: url(../i/gradients.png) no-repeat -5px -223px;
	font-family: MyriadProRegular, Arial;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #fff;	
	text-transform: uppercase;
	text-shadow: #002d5f 0 -1px 0;
}

#homepage-week-deal {
	float: left;
	width: 500px;
	margin: 10px 0 0;
}

#homepage-week-deal > .header {
	overflow: hidden;
	width: 490px;
	height: 38px;
	margin-left: 10px;
	background: #27b004 url(../i/gradients.png) no-repeat 485px -261px;
}

#homepage-week-deal > .header > h1 {
	display: block;
	height: 30px;
	padding: 8px 14px 0 19px;
	margin: 0 5px 0 0;
	background: url(../i/gradients.png) no-repeat -5px -261px;
	font-family: MyriadProRegular, Arial;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #fff;	
	text-transform: uppercase;
	text-shadow: #165c18 0 -1px 0;
}

/* Subcategories list */

#subcategories-list {
	float: left;
	width: 240px;
	margin: 10px 0 0;
}

#subcategories-list > .header {
	overflow: hidden;	
	height: 38px;	
	background: #005abd url(../i/gradients.png) no-repeat 235px -223px;
}

#subcategories-list > .header > h1 {
	display: block;
	overflow: hidden;
	height: 27px;
	padding: 11px 0 0 5px;
	margin: 0 5px 0 0;
	background: url(../i/gradients.png) no-repeat -5px -223px;	
	font-weight: bold;
	font-size: 14px;
	color: #fff;	
	text-align: center;
	text-transform: uppercase;
	text-shadow: #002d5f 0 -1px 0;
	white-space: nowrap;
}

#subcategories-list > .border-top {
	height: 6px;
	margin: 3px 0 0;
	background: url(../i/product-background.png) no-repeat 0 0;
}

#subcategories-list > ul {
	min-height: 593px;
	padding: 0 9px;
	margin: 0;
	border-width: 0 1px;
	border-style: solid;
	border-color: #dcdcdc;
	list-style: none;
}

#subcategories-list > ul > li {
	display: block;
	height: 27px;
	padding: 0 0 1px;
	margin: 0 0 1px;
	border-bottom: 1px dotted #777;
}

#subcategories-list > ul > li > a {
	display: block;
	overflow: hidden;
	height: 15px;
	padding: 6px 8px;	
	font-weight: bold;
	color: #004ba2;
	white-space: nowrap;
}

#subcategories-list > ul > li.active > a {
	background: #8bc3ff url(../i/gradients.png) no-repeat 100% -386px;
	color: #000;
	text-decoration: none;
}

#subcategories-list > ul > li.special-offers {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

#subcategories-list > ul > li.special-offers > a {
	background-image: url(../i/special-offers.png);
	background-repeat: no-repeat;
	background-position: 93px 2px;
	color: #ff3c00;	
}

#subcategories-list > .border-bottom {
	height: 6px;	
	background: url(../i/product-background.png) no-repeat 0 -189px;
}

#right-column {
	float: left;
	width: 750px;
	margin: 10px 0 0;
}

#right-column > .category-grid {
	padding-bottom: 5px;
	margin: -7px 0 -5px;	
}

#right-column > .product-grid-top {
	overflow: hidden;
	height: 20px;
	padding: 0 0 10px 12px;
	margin: 16px 0 -1px 10px;
	border-bottom: 1px dotted #777;
}

#right-column > .product-grid-top > h1 {
	float: left;
	overflow: hidden;
	width: 259px;
	margin: 0 10px 0 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	white-space: nowrap;	
}

#right-column > .product-grid-top > .pages-container {
	float: left;
	width: 176px;
	text-align: center;
	white-space: nowrap;
}

#right-column > .product-grid-top > .sorting {
	float: right;
}

#right-column > .product-grid-top > .sorting > select {
	padding-left: 2px;
	border: 1px solid #a5acb2;
}

#right-column > .product-grid-bottom {
	height: 20px;
	padding-top: 9px;
	margin: 10px 0 0 10px;
	border-top: 1px dotted #777;
	text-align: center;
}

#breadcrumb {
	overflow: hidden;
	height: 38px;	
	margin-left: 10px;
}

#breadcrumb > .caption {
	float: left;
	overflow: hidden;
	width: 84px;
	height: 15px;
	padding: 12px 0 11px 9px;
	background: #dfeeff url(../i/gradients.png) no-repeat 0 -348px;
	font-style: italic;
	text-align: center;
}

#breadcrumb > ul {
	float: left;
	overflow: hidden;
	width: 632px;
	height: 15px;
	padding: 12px 15px 11px 0;
	margin: 0;
	background: #dfeeff url(../i/gradients.png) no-repeat 100% -348px;
	white-space: nowrap;
}

#breadcrumb > ul > li {
	display: inline;
	padding-left: 15px;
	background: url(../i/breadcrumb-li.gif) no-repeat 4px 6px;
	font-weight: bold;
}

#breadcrumb > ul > li.first {
	padding-left: 0;
	background: none;
}

#breadcrumb > ul > li > a {
	font-weight: normal;
}

/* Products grid */

.product-grid {
	overflow: hidden;
}

.product-grid > .product {
	display: block;
	position: relative;
	float: left;
	overflow: hidden;
	width: 204px;
	height: 180px;
	padding: 10px 18px 5px;
	margin: 10px 0 0 10px;
	background: url(../i/product-background.png) no-repeat 0 0;
	text-align: center;
	text-decoration: none;
}

.product-grid > .product > * {
	cursor: pointer;
}

.product-grid > .product > img {
	display: block;
	width: 142px;
	height: 128px;
	margin: 0 auto;
}

.product-grid > .product > .title {
	display: block;
	overflow: hidden;
	max-height: 28px;
	margin: 5px 0 0;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
}

.product-grid > .product:hover > .title {
	text-decoration: underline;
}

.product-grid > .product > .price {
	display: block;
	overflow: hidden;
	margin: 2px 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #424242;
	white-space: nowrap;
}

.product-grid > .product > .out-of-stock {
	display: block;
	overflow: hidden;
	margin: 2px 0 0;
	color: #CF000A;
	white-space: nowrap;
}

.product-grid > .product > .new,
.product-grid > .product > .special {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 58px;
    height: 58px;
    background: url(../i/product-labels.png) no-repeat 0 0;
    z-index: 50;
}

.product-grid > .product > .special {
	background-position: -58px 0;
}

/* Category grid */

.category-grid {
	overflow: hidden;
}

.category-grid > .category {
	display: block;
	float: left;
	overflow: hidden;
	width: 200px;
	height: 180px;	
	padding: 11px 25px 12px 23px;
	margin: 8px -5px -6px 7px;
	background: url(../i/product-background.png) no-repeat 0px -195px;
	text-align: center;
	text-decoration: none;
}

.category-grid > .category:hover {	
	background-color: #ccd8e5;
	background-position: 0 -398px;
}

.category-grid > .category > * {
	cursor: pointer;
}

.category-grid > .category > img {
	display: block;
	padding: 5px;	
	margin: 0 auto;
	background: #fff;
	border: 1px solid #c2cedc;
}

.category-grid > .category > .title {
	display: block;
	overflow: hidden;
	width: 128px;
	max-height: 36px;
	margin: 9px auto 0;
	font-weight: bold;
	font-size: 14px;	
	line-height: 18px;
	color: #004ba2;
}

.category-grid > .category:hover > .title {
	color: #000;
}

/* Pages */

.pages {
	background: #e4f1ff;
	line-height: 20px;
	padding: 3px 9px 2px;
	font-weight: bold;
}

.pages > a {
	color: #004ba2;
}

.pages > .active {
	font-size: 14px;
}

.pages > .previous {
	padding-left: 8px;
	padding-right: 4px;
	background: url(../i/pages.gif) no-repeat 0 -3px;
}

.pages > .next {
	padding-right: 8px;
	padding-left: 4px;
	background: url(../i/pages.gif) no-repeat 100% -23px;
}

/* Product details */

#product-details {
	width: 740px;
	margin-top: 10px;
	margin-left: 10px;	
	overflow: visible;
}

#product-details > .images {
	float: left;
	width: 243px;
	margin: 0 25px 0 -1px;
}

#product-details > .images > .medium-image {	
	position: relative;
	overflow: hidden;
	width: 229px;
	height: 229px;
	padding: 8px 7px 6px;
	background: url(../i/product-background.png) no-repeat 0 -600px;
}

#product-details > .images .medium-image.clickable {
	cursor: pointer;
}

#product-details > .images .medium-image img {	
	display: block;
	width: 229px;
	height: 229px;
}

#product-details > .images .medium-image .new,
#product-details > .images .medium-image .special {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 58px;
	height: 58px;
	background: url(../i/product-labels.png) no-repeat 0 0;
	z-index: 50;
}

#product-details > .images .medium-image .special {
	background-position: -58px 0;
}

#product-details > .images .tip {	
	height: 25px;
	margin: 6px 0 0;
	background: url(../i/enlarge-tip.png) no-repeat 50% 0;
}

#product-details > .images .xsmalls {
	margin-top: 6px;
}

#product-details > .images .xsmalls .xsmall {
	overflow: hidden;
	float: left;
	width: 69px;
	height: 69px;
	padding: 5px 6px 7px;
	margin: 0;
	background: url(../i/product-background.png) no-repeat 0 -844px;
	cursor: pointer;
}

#product-details > .images .xsmalls .xsmall.active {
	background-position: -81px -844px;
}

#product-details > .images .xsmalls .xsmall img {
	display: block;
	width: 69px;
	height: 69px;
}

#product-details > .images .button-back {
	display: block;
	float: left;
	padding: 0 0 0 8px;
	margin: 13px 0 0;
	background: url(../i/pages.gif) no-repeat 0 -3px;    
	font-size: 12px;
	font-weight: bold;
	color: #004ba2;	
	text-transform: uppercase;
}

#product-details > .info {
	float: left;
	overflow: hidden;
	width: 473px;
}

#product-details > .info > h1 {
	margin: 9px 0 8px;
	width: 346px;
	font-size: 18px;
	font-weight: normal;
	color: #000;
}

#product-details > .info .highlight {
	overflow: hidden;
	height: 33px;
}
             
#product-details > .info .highlight span {
	display: block;
	float: left;
	height: 17px;
	padding: 7px 0 9px;
	font-family: MyriadProRegular, Arial;
	font-size: 18px;
	line-height: 17px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;	
	text-shadow: #167d01 0 -1px 0px;
}

*+html #product-details > .info .highlight span {
	padding: 8px 0;
}

#product-details > .info .highlight span.contents {
	padding-left: 12px;
	padding-right: 7px;
	background: #0f9e06 url(../i/gradients.png) no-repeat -5px -413px;
}

#product-details > .info .highlight span.border-right {
	width: 5px;
	background: #0f9e06 url(../i/gradients.png) no-repeat 0 -413px;
}

#product-details > .info .short-info {
	margin: 10px 0 14px;
	padding: 0;
	list-style: none;
	line-height: 18px;
}

#product-details > .info .short-info li {
	display: block;
}

#product-details > .info .price {	
	margin: 10px 0 10px;
	font-size: 24px;
	color: #000;	
}

#product-details > .info .price > .old {
	font-size: 19px;
	color: #777;
	text-decoration: line-through;	
}

#product-details > .info .price > .trade-pricing {	
	font-size: 11px;	
}

#product-details > .info .price.old {
	text-decoration: line-through;
}

#product-details > .info .options h4 {
	margin: 0 0 4px; 
	font-size: 12px;
	font-weight: bold;
}

#product-details > .info .options label {
	margin: 0 8px 0 1px;
	white-space: nowrap;	
}

#product-details > .info .options label > * {
	vertical-align: middle;
}

#product-details > .info .options label > input {
	margin: 0 1px 0 0;
}

*+html #product-details > .info .options label > input {
	margin-top: -1px;
}

#product-details > .info .addtocart {
	overflow: hidden;	
	height: 36px;
	margin: 20px 0 10px;
	padding: 0;	
}

#product-details > .info .addtocart .quantity {
	display: block;
	float: left;
	width: 91px;
	height: 21px;
	padding: 8px 7px 7px;
	background: #e3e3e3 url(../i/addtocart.png) no-repeat 0 0;
	text-align: center;
}

#product-details > .info .addtocart .quantity .text {	
	width: 30px;
	height: 15px;
	margin: 0 0 0 4px;
	padding: 2px;
	border: 1px solid #c1c1c1;
	font-family: Arial;
	font-size: 12px;
	color: #000;
}    

*+html #product-details > .info .addtocart .quantity .text {
	vertical-align: middle;
}

#product-details > .info .addtocart .button {	
	display: block;
	float: left;
	width: 105px;
	height: 36px;	
	margin: 0 0 0 4px;
	border: 0;
	background: #0da100 url(../i/addtocart.png) no-repeat 0 -36px;
	font-family: Arial;
	font-size: 12px;	
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	white-space: nowrap;
	text-align: center;
	text-transform: uppercase;
	text-shadow: #077800 0 -1px 0;
}

*+html #product-details > .info .addtocart .button {
	padding-top: 1px;
}

#product-details > .info .description {	
	margin: 16px 0 6px;
}

#product-details > .info .description > * {
	margin: 6px 0;
	line-height: 18px;
}

#product-details > .info .description h1 {
	font-size: 15px;
	font-weight: bold;
}

#product-details > .info .description h2 {
	font-size: 14px;
	font-weight: bold;	
}

#product-details > .info .description h3 {
	font-size: 12px;
	font-weight: bold;	
}

#product-details > .info .description ol,
#product-details > .info .description ul {
	padding: 0 0 0 40px;
}

/* Related products */

#related-products {	
	padding: 7px 0 0;
	margin: 15px 0 0 10px;
	border-top: 1px dotted #777;
}

#related-products > .header {
	overflow: hidden;	
	height: 38px;	
	background: #dfeeff url(../i/gradients.png) no-repeat 100% -348px;
}

#related-products > .header > h1 {
	display: block;
	overflow: hidden;
	height: 27px;
	padding: 11px 10px 0 15px;
	margin: 0 5px 0 0;
	background: url(../i/gradients.png) no-repeat 0 -348px;	
	font-weight: bold;
	font-size: 14px;
	color: #000;		
	text-transform: uppercase;	
	white-space: nowrap;
}

#related-products > .product-grid {
	margin-left: -10px;
}

/* No products */

#no-products-found {
	overflow: hidden;
	padding: 0 15px;	
	margin: 15px 0 0 10px;
	border-top: 1px dotted #777;
}

/* Category details */

#category-details {
	overflow: hidden;
	padding: 0 15px;
	margin: 5px 0 0 10px;
}

#category-details > * {
	margin: 6px 0;
	line-height: 18px;
}

#category-details h1 {
	font-size: 14px;
	font-weight: bold;
}

#category-details h2 {
	font-size: 13px;
	font-weight: bold;	
}

#category-details h3 {
	font-size: 12px;
	font-weight: bold;	
}

#category-details ol,
#category-details ul {
	padding: 0 0 0 40px;
}

/* Category quick finder */

#category-quick-finder {	
	width: 725px;
	height: 101px;
	padding: 9px 0 0 15px;
	margin: 9px 0 0 10px;
	background: #dbdbdb url(../i/gradients.png) no-repeat 0 -446px;;
}

#category-quick-finder > h2 {
	float: left;
	height: 22px;
	padding: 1px 34px 11px 0;
	margin: 0;	
	background: url(../i/quickfinder-glass.png) no-repeat 100% 0;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #000;
}

#category-quick-finder .filters {
	overflow: hidden;
	margin-top: 16px;	
}

#category-quick-finder .filters > .select {
	float: left;
	position: relative;
	width: 203px;
	height: 29px;	
	margin-right: 10px;	
}

#category-quick-finder .filters > .select > .custom-select-selected {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 152px;
	height: 15px;
	padding: 7px 8px 7px 12px;
	background: url(../i/select.png) no-repeat -31px 0;
	color: #424242;
	white-space: nowrap;
}

#category-quick-finder .filters > .select.disabled > .custom-select-selected {
	color: #888;
}

#category-quick-finder .filters > .select > .custom-select-button {
	position: absolute;
	right: 0;
	top: 0;
	width: 31px;
	height: 29px;
	background: url(../i/select.png) no-repeat 0 0;
	cursor: pointer;
}	

#category-quick-finder .filters > .select > select {
	position: absolute;
	left: 0;
	top: 0;
	width: 203px;
	height: 29px;
	padding: 0;
	border: none;
	background: transparent;
	font-family: Arial;
	font-size: 12px;
	color: #424242;
	outline: none;
	opacity: 0;
	filter: alpha(opacity=0);
}

*+html #category-quick-finder .filters > .select > select {
	top: 3px;
}

#category-quick-finder .filters > .select > select > option {
	background: #fff;
}

#category-quick-finder .filters > .submit {
	display: block;
	float: left;
	width: 75px;
	height: 29px;
	padding: 0;
	margin: 0;
	border: none;
	background: transparent url(../i/go.png) no-repeat 0 -29px;
	cursor: pointer;
}

/* Bottom links */

#bottom-links {
	overflow: hidden;
	width: 1000px;
	height: 135px;
	margin: 10px -5px 0;
}

#bottom-links > .link {
	float: left;
	position: relative;
	width: 210px;
	height: 121px;
	padding: 7px 14px;
	margin: 0 6px;
	background-color: #b4d8ff;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#bottom-links > .link-ink {
	background-image: url(../i/link-ink.jpg);
}

#bottom-links > .link-cleaning {
	background-image: url(../i/link-cleaning.jpg);
}

#bottom-links > .link-technology {
	background-image: url(../i/link-technology.jpg);
}

#bottom-links > .link-furniture {
	background-image: url(../i/link-furniture.jpg);
}

#bottom-links > .link > .title {
	display: block;
	font-family: MyriadProRegular, Arial;
	font-size: 18px;
	line-height: 19px;
	color: #3988e8;
	text-transform: uppercase;
	letter-spacing: -1px;
}

#bottom-links > .link > .title:hover,
#bottom-links > .link > .title:hover > span {
	text-decoration: underline;
}

#bottom-links > .link > .title > span {
	font-weight: bold;
	color: #00469b;	
}

#bottom-links > .link > .description {
	display: block;
	margin: 4px 0 0;
	line-height: 14px;
	color: #2f2f2f;
}

#bottom-links > .link > .view-category {
	display: block;
	position: absolute;
	left: 13px;
	bottom: 13px;
	width: 99px;
	height: 17px;
	padding: 4px 0 0;
	background: url(../i/link-view-category.png) no-repeat 0 0;
	font-size: 10px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

#footer {
	margin: 10px 0 0;
}

#footer > .grey {
	overflow: hidden;
	height: 124px;
	padding: 13px 14px 11px 18px;
	background: #dfdede url(../i/footer_bg.png) no-repeat;
}

#footer > .grey > .menu {
	float: left;
	padding: 0;
	margin: 5px 0 0;	
	list-style: none;
	width: 250px;
	display: block;
}

#footer > .grey > .menu > li {
	display: block;
	padding: 0 11px 0 14px;
	background: url(../i/topmenu-icons.png) no-repeat -11px -97px;
}

#footer > .grey > .menu > li.first {
	padding-left: 0;
	background: none;	
	font-weight: bold;
	margin-bottom: 10px;
}

#footer > .grey > .menu > li.active {
	color: #424242;
	text-decoration: none;
}

#footer > .grey > .realex {
	float: right;
	width: 200px;
}

#footer > .grey > .realex > * {
	vertical-align: middle;
}
#footer > .grey > .realex > a
{
	
}

#footer > .grey > .realex > span {
	margin-right: 5px;
	display: block;
	font-weight: bold;
	padding-bottom: 5px;
}

#footer > .bottom {
	overflow: hidden;
	height: 48px;
	padding: 11px 14px 13px 8px;
	font-size: 11px;
	color: #424242
}

#footer > .bottom > .author {
	float: left;	
	margin-top: 0px;
}

#footer > .bottom > .author img {
    vertical-align: middle;
    height: 40px;
}

#footer > .bottom > .author > a {
	color: #424242;
}

#footer > .bottom > .facebook {
	float: right;
}

#footer > .bottom > .facebook > span {
	margin-right: 5px;
	vertical-align: 7px;
}

#content {	
    margin: 16px 0 0 10px;
    overflow: hidden;
}

#content > h1 {
    margin: 0 10px 5px 0;
    padding: 0 12px 10px;
    border-bottom: 1px dotted #777777;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;    
}

#content > .content {
	overflow: hidden;
	padding: 0 12px;
}

/* Content styles */

#page .content-styles {
	line-height: 18px;
}

#page .content-styles h1 {
	margin: 12px 0 6px;
	font-size: 17px;
	line-height: normal;
	font-weight: bold;
}

#page .content-styles h2 {
	margin: 12px 0 6px;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
}

#page .content-styles h3 {
	margin: 12px 0 6px;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
}

#page .content-styles p {
	margin: 6px 0;
}

#page .content-styles ol,
#page .content-styles ul {
	margin: 6px 0;
	padding: 0 0 0 40px;
}

#page .content-styles ol ol,
#page .content-styles ol ul,
#page .content-styles ul ol,
#page .content-styles ul ul{
	margin: 0;	
}

/* Form items */

#page .content-styles input.field, input.text {
	background: #fff;
	border: 1px solid #C1C1C1;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;	
	padding: 2px;
	vertical-align: middle;
	width: 141px;
}

#page .content-styles textarea {
	background: #fff;
	border: 1px solid #C1C1C1;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;	
	padding: 2px;
	vertical-align: middle;
	width: 141px;
}   

#page .content-styles select {
	background: #fff;
	border: 1px solid #C1C1C1;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;	
	padding: 0;
	width: 145px;
} 

#page .content-styles input.button {
	height: 26px;
	padding: 0 10px 1px;
	margin: 0;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: url("../i/gradients.png") repeat-x 0 -561px #0da100;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;	
	line-height: 26px;
	color: #fff;	
	cursor: pointer;
	vertical-align: middle;
	text-transform: uppercase;
	text-shadow: #077800 0 -1px 0;	
}

*+html #page .content-styles input.button {	
	padding: 0 5px;
}

#page .content-styles a.button {
	height: 15px;
	padding: 6px 10px 5px;
	margin: 0;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: url("../i/gradients.png") repeat-x 0 -561px #0da100;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;	
	line-height: 26px;
	color: #fff;	
	cursor: pointer;
	vertical-align: middle;
	text-transform: uppercase;
	text-shadow: #077800 0 -1px 0;
}

/* Registration form */

#page .content-styles p.error {
    color: #980D3A;
    font-size: 12px;    
}
 
#page .content-styles .registration{     
     padding: 0 0 0 5px !important;
}

#page .content-styles .form {
    margin: 12px 0;
    padding: 0; 
    list-style: none;
}

#page .content-styles .form select {
    width: auto;
}

#page .content-styles .form li {
    margin: 0;
    padding: 0 0 5px;
}

#page .content-styles .form li.margintop {
	margin-top: 10px;
}

#page .content-styles .form li .error {
    padding-left: 145px;
    font-size: 11px;
    color: #e00;
}

#page .content-styles .form li label {
    display: block;
    float: left;
    width: 145px;    
}

#page .content-styles .form li.twoline label {
    height: 30px;
}

#page .content-styles .form li.twoline .text {
    margin-top: 2px;
}
  
#page .content-styles .form li label strong { 
    color: #CC0000;
}

#page .content-styles .form li .field {
    float: left;
}

#page .content-styles .form li .tip {
    padding-left: 145px;
    width: 250px;
    color: #777;
}

#page .content-styles .form li input.checkbox {
    margin: 0 4px 0 0;
	vertical-align: sub;
}

*+html #page .content-styles .form li input.checkbox {
	vertical-align: top;
}

#page .content-styles .form li .text {
    width: 250px;
    margin-bottom: 1px;
}

#page .content-styles .form li .text.short {
	width: 70px;
}

#page .content-styles .form li.checkbox {
    padding-left: 145px;
    width: 300px;
}

#page .content-styles .form li.checkbox label {
    width: auto !important;
    float: none !important;
}     

#page .content-styles .form li.buttons {
    margin-top: 10px;
    padding-left: 145px;
}

#page .content-styles .form .captcha {
	width: 200px;
	height: 70px;
}
  
/* Password recovery */

#page .content-styles .passwordrecovery {
    margin: 0;
    padding: 12px 0 12px 20px;
    list-style: none;
}

#page .content-styles .passwordrecovery li {    
    margin: 0 0 5px;
}

#page .content-styles .passwordrecovery li .error {
    font-size: 11px;
    color: #980d3a;  
}

#page .content-styles .passwordrecovery li .text {
    width: 200px;
}

/* Cart contents */

#cartcontents {
    margin-top: 12px;
    width: 100%;
}

#confirmorder #cartcontents {
    margin-top: 0 !important;
}

#cartcontents th {
    padding: 6px;
    font-weight: bold;
}

#cartcontents th.description {
    text-align: left;
}
#cartcontents tr.header,
#cartcontents tr.subtotal {
	background: #fff !important;    
    white-space: nowrap;
}

#cartcontents tr.subtotal td {
	border-top: 1px solid #f0f0f0;
}

#cartcontents tr.summary td.label {
    text-align: left;
    font-weight: bold;
}

#cartcontents tr.row0 th,
#cartcontents tr.row0 td {
    background-color: #f7f7f7;
}

#cartcontents tr.row1 th,
#cartcontents tr.row1 td {
    background-color: #fff;
}

#cartcontents td {
    padding: 6px;
    vertical-align: middle;
}  

#cartcontents td h4,
#cartcontents td p {
    margin: 4px 0 0 !important;
}

#cartcontents td.image {
	padding-left: 10px;
}

#cartcontents td.price {
	padding-right: 10px;
}

#cartcontents td.image,
#cartcontents td.delete, 
#cartcontents td.quantity,
#cartcontents td.price {
	padding-top: 10px;
	vertical-align: top;
}

#cartcontents td.image a {
	display: block;	
}

#cartcontents td.image a img {
    display: block;
    border: 1px solid #c1c1c1;    
}

#cartcontents td.description {
	vertical-align: top;
}

#cartcontents td.description .option {
	white-space: nowrap;
}

#cartcontents td.delete, 
#cartcontents td.quantity {
	text-align: center;    	
}

#cartcontents td.price {
    white-space: nowrap;
    text-align: right;    
}

#cartcontents td.quantity input.text {
    width: 30px;
}

#cartcontents td.buttons {
    padding: 8px 0;
    text-align: right;
}

/* Address selection */

#page .content-styles .addressselecttable {
    text-align: left;    
}

#page .content-styles .addressselecttable .buttons {
    text-align: right;
    padding-top: 8px;   
}                   

#page .content-styles .addressselecttable ul {
	list-style: none;
}

#page .content-styles .addressselect {
	padding-left: 0;
}

#page .content-styles .addressselect li {    
    display: block;
    margin-top: 12px;
}
  
#page .content-styles .addressselect li .radiobutton {
    text-align: center;   
    width: 30px;
    float: left;
}

#page .content-styles .addressselect li label {
    margin-left: 12px;            
    float: left;
} 

#page .content-styles .shippingselecttable {
    width: 100%;
    margin-bottom: 16px;
}

#page .content-styles .shippingselecttable select {
    width: 225px;
}

#page .content-styles .shippingselecttable .buttons {
    text-align: right;
}

/* Confirm order */

#confirmorder {
    margin: 12px 0;
}

#confirmorder .addresses {
    vertical-align: top; 
}

#confirmorder .addresses h2 {
    margin: 0 0 6px;
}

#confirmorder .addresses p {
    margin: 0 !important;
}

#confirmorder .addresses a {
	font-size: 12px;
	text-decoration: underline;
}

#confirmorder .addresses a:hover {
	text-decoration: none;
}

#confirmorder .buttons td {
    padding-top: 10px;
    text-align: right;    
}

/* Account info */

#accountinfo {
    width: 100%;
}

#accountinfo tr {
    vertical-align: top;
}

#accountinfo .info {
    min-width: 230px;
    padding-right: 20px;
}

#accountinfo .info p {
    padding: 0;
}

#accountinfo .actions ul {
    margin: 0;
    padding: 0;
}

/* Orders list */

#page .content-styles .orders {
    width: 100%;
    margin-bottom: 12px;
}

#page .content-styles .orders th {
    padding: 4px;
    font-weight: normal;
}

#page .content-styles .orders td {        
    text-align: center;
}

#page .content-styles .orders td.price {        
    padding-right: 6px;
    text-align: right;
}

#page .content-styles .orders tr.row0 th,
#page .content-styles .orders tr.row0 td {
    background-color: #f3f3f3;
}

#page .content-styles .orders td {
    vertical-align: middle;
}

#page .content-styles .orders a {
    font-weight: normal !important;
}

/* Add */

#page .content-styles .addressbook {
    margin: 12px 0;
    padding: 0 0 0 12px;
}

#page .content-styles .addressbook li {
    display: block;
    margin-bottom: 12px;
    list-style: none;
}

#page .content-styles .addressbook li .address, 
#page .content-styles .addressbook li .actions {
    float: left;
}

#page .content-styles .addressbook li .address {
    width: 200px;
}

/* Contact us */

#page .content-styles .contactus li .text {
    width: 250px;
}

#page .content-styles .contactus li textarea {
    height: 120px;
}

/* Page */

#page .content-styles .pageimages {
    float: right;
    width: 252px;
    margin: 5px 0 5px 16px;
}

*+html #page .content-styles .pageimages {
	margin-top: 15px;
}

#page .content-styles .pageimages .image {
	display: block;
	color: #555;
	font-size: 11px;
	cursor: pointer;
}

#page .content-styles .pageimages .image:hover {
	text-decoration: underline;
}

#page .content-styles .pageimages img {
    display: block;
    margin-bottom: 6px;
    border: 1px solid #0388CB;    
}

#page .content-styles .pageimages .title {
	display: block;
	margin: -2px 6px 10px;
	text-align: center;
}

#page .content-styles .pagecontent {
	overflow: visible;
}

#page .content-styles .news li h3 a {
	color: #002B56;
}

/* Fieldset */

#page .content-styles fieldset {
	padding: 4px 12px 9px;
	margin: 12px 0;
	border: 1px solid #d1d1d1;
}

#page .content-styles fieldset p {
	margin: 6px 0 12px;
}

#page .content-styles fieldset ul.form {
	margin: 0 !important;
}

#page .content-styles .news li 
{
    list-style: none;
}
#page .content-styles .news li div.date
{
    display: inline;
}
#page .content-styles .news li img
{
    float: left;
    margin-right: 10px;
}
