/* COMMON */
* {
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 12px;
}

body {
	background-color: #E5E5E5;
	background-image: url('../images/bg-body.gif');
	background-repeat: repeat-x;
}

li {
	list-style: none;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #018DD5;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

p,h1,h2,h3,h4,h5,h6 {
	padding: 10px 0;
}

h2 {
	font-size: 14px;
}

h1 {
	font-size: 16px;
}

/* PAGE */
#page {
	margin: 0 auto;
	width: 960px;
	padding: 10px 0;
}

.page-box {
	margin: 10px 0;
}

.page-box-middle {
	position: relative;
	background-color: #FFFFFF;
	padding: 0 5px;
}

.page-box-top,.page-box-bottom {
	overflow: hidden;
	background-repeat: no-repeat;
	height: 10px;
}

.page-box-top {
	background-image: url('../images/bg-page-box-top.gif');
}

.page-box-bottom {
	background-image: url('../images/bg-page-box-bottom.gif');
}

/* CORNERS */
.corner-left,.corner-right {
	position: absolute;
	top: 0;
	overflow: hidden;
}

.corner-left {
	left: 0;
}

.corner-right {
	right: 0;
}

/* COLUMNS */
#column-left {
	float: left;
	width: 206px;
}

#column-right {
	float: right;
	width: 206px;
}

#column-center {
	float: left;
	width: 518px;
	padding: 0 10px;
}

#layout-2columns-right #column-center {
	width: 722px;
}

/* CONTENT BOX */
.content-box {
	padding-bottom: 10px;
}

.content-box a {
	font-weight: bold;
}

.content-box-top {
	background: url('../images/bg-content-box-top.gif') repeat-x;
	height: 46px;
	position: relative;
}

.content-box-top .corner-left,.content-box-top .corner-right {
	width: 5px;
	height: 46px;
}

.content-box-top .corner-left {
	background: url('../images/corner-left-content-box-top.gif') no-repeat;
}

.content-box-top .corner-right {
	background: url('../images/corner-right-content-box-top.gif') no-repeat;
}

.content-box-top h2 {
	padding: 0 40px;
	line-height: 46px;
	height: 46px;
	background: url('../images/bg-content-box-top-h2.gif') no-repeat 10px
		12px;
	overflow: hidden;
}

.content-box-bottom {
	background-color: #F4F4F4;
	border-bottom: 1px solid #E1E1E1;
	height: 5px;
	position: relative;
	font-size: 0;
}

.content-box-bottom .corner-left,.content-box-bottom .corner-right {
	width: 6px;
	height: 6px;
	z-index: 1;
}

.content-box-bottom .corner-left {
	background: url('../images/corner-left-box-bottom.gif') no-repeat;
}

.content-box-bottom .corner-right {
	background: url('../images/corner-right-box-bottom.gif') no-repeat;
}

.content-box-middle {
	background-color: #F4F4F4;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	padding: 5px;
}

.content-box li {
	border-bottom: 1px solid #CECECE;
}

.content-box li.last {
	border-bottom: 0;
}

/* COLORED CONTENT BOX */
.content-box-colored {
	padding-bottom: 10px;
}

.content-box-colored .content-box-top {
	background: url('../images/bg-sidebar-box-top.gif') repeat-x;
	height: 34px;
	position: relative;
}

.content-box-colored .content-box-top .corner-left,.content-box-colored .content-box-top .corner-right
	{
	width: 6px;
	height: 34px;
}

.content-box-colored .content-box-top .corner-left {
	background: url('../images/corner-left-sidebar-box-top.gif') no-repeat;
}

.content-box-colored .content-box-top .corner-right {
	background: url('../images/corner-right-sidebar-box-top.gif') no-repeat;
}

.content-box-colored .content-box-top h2 {
	padding: 0 10px;
	line-height: 34px;
	height: 34px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 14px;
	overflow: hidden;
	background: transparent;
}

.content-box-colored .content-box-bottom {
	background-color: #FFFFFF;
	border-bottom: 1px solid #0891D9;
	height: 5px;
	position: relative;
	font-size: 0;
}

.content-box-colored .content-box-bottom .corner-left,.content-box-colored .content-box-bottom .corner-right
	{
	width: 6px;
	height: 6px;
}

.content-box-colored .content-box-bottom .corner-left {
	background: url('../images/corner-left-content-box-colored-bottom.gif')
		no-repeat;
}

.content-box-colored .content-box-bottom .corner-right {
	background: url('../images/corner-right-content-box-colored-bottom.gif')
		no-repeat;
}

.content-box-colored .content-box-middle {
	background-color: #FFFFFF;
	border-left: 1px solid #0891D9;
	border-right: 1px solid #0891D9;
}

/* RECTANGLED CONTENT BOX */
.content-box-rectangled .content-box-top {
	background: url('../images/bg-content-box-rectangled-top.gif') repeat-x;
	border: 1px solid #E1E1E1;
	border-bottom: 0;
}

.content-box-rectangled h2 {
	font-size: 16px;
}

/* SIDEBAR BOX */
.sidebar-box {
	padding-bottom: 10px;
}

.sidebar-box-top {
	background: url('../images/bg-sidebar-box-top.gif') repeat-x;
	height: 34px;
	position: relative;
}

.sidebar-box-top .corner-left,.sidebar-box-top .corner-right {
	width: 6px;
	height: 34px;
}

.sidebar-box-top .corner-left {
	background: url('../images/corner-left-sidebar-box-top.gif') no-repeat;
}

.sidebar-box-top .corner-right {
	background: url('../images/corner-right-sidebar-box-top.gif') no-repeat;
}

.sidebar-box-top h2 {
	padding: 0 26px;
	line-height: 34px;
	height: 34px;
	background: url('../images/bg-sidebar-box-top-h2.gif') no-repeat 6px
		10px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 14px;
	overflow: hidden;
}

.sidebar-box-no-icon h2 {
	background: transparent;
	padding: 0 10px;
}

.sidebar-box-bottom {
	background-color: #EEEEEE;
	border-bottom: 1px solid #E1E1E1;
	height: 5px;
	position: relative;
	font-size: 0;
}

.sidebar-box-bottom .corner-left,.sidebar-box-bottom .corner-right {
	width: 6px;
	height: 6px;
	z-index: 1;
}

.sidebar-box-bottom .corner-left {
	background: url('../images/corner-left-box-bottom.gif') no-repeat;
}

.sidebar-box-bottom .corner-right {
	background: url('../images/corner-right-box-bottom.gif') no-repeat;
}

.sidebar-box-middle {
	background-color: #EEEEEE;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
}

.sidebar-box-middle p {
	text-align: justify;
	padding: 5px;
}

/* TOP */
#top .page-box-middle {
	background-image: url('../images/bg-header.jpg');
	background-repeat: no-repeat;
	padding-top: 176px;
}

#top-logo {
	position: absolute;
	left: 50px;
	top: 35px;
}

#top-links {
	position: absolute;
	right: 52px;
	top: 15px;
}

#top-links li {
	display: inline;
	padding: 0 3px;
}

#top-links li,#top-links li a {
	font-weight: bold;
	color: #000000;
}

#top-banner {
	position: absolute;
	right: 50px;
	top: 60px;
}

#top-menu-bar {
	background: url('../images/bg-top-menu-bar.gif') repeat-x;
	position: relative;
}

#top-menu-bar,#top-menu li,#top-menu li * {
	height: 42px;
	line-height: 42px;
}

#top-menu li {
	float: left;
}

#top-menu a {
	font-weight: bold;
	color: #FFFFFF;
	background: url('../images/bg-top-menu-item-left.gif') no-repeat left
		top;
	display: block;
}

#top-menu a:hover {
	text-decoration: none;
	background-position: 0 -42px;
}

#top-menu a:hover span {
	background-position: 100% -42px;
}

#top-menu span {
	display: block;
	background: url('../images/bg-top-menu-item-right.gif') no-repeat right
		top;
	padding: 0 20px;
}

#top-search {
	line-height: 42px;
	position: absolute;
	right: 25px;
	top: 0;
}

#top-search input {
	vertical-align: middle;
}

#top-search-field {
	font-size: 14px;
	height: 16px;
	font-weight: bold;
	margin-right: 15px;
}

#top-search-button {
	border: 1px solid #006BA2;
	height: 24px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #FFFFFF;
	font-size: 14px;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
}

#top-cart-bar {
	position: relative;
	height: 47px;
	background: url('../images/bg-top-cart-bar.gif') no-repeat;
}

#top-cart {
	line-height: 47px;
	padding-left: 54px;
	background: url('../images/bg-cart.gif') no-repeat 10px 5px;
}

#top-cart strong,#top-cart a,#top-cart span,#top-advanced-search a {
	color: #018DD5;
	font-weight: bold;
	padding: 0 5px;
}

#top-advanced-search {
	position: absolute;
	left: 690px;
	top: 0;
	line-height: 47px;
}

/* BOTTOM */
#bottom .page-box-top,#bottom .page-box-bottom {
	height: 13px;
}

#bottom .page-box-top {
	background-image: url('../images/bg-bottom-top.gif');
}

#bottom .page-box-bottom {
	background-image: url('../images/bg-bottom-bottom.gif');
}

#bottom .page-box-middle {
	height: 24px;
	background: url('../images/bg-bottom-middle.gif') repeat-x;
}

#bottom * {
	color: white;
	line-height: 24px;
}

#bottom-copyright {
	position: absolute;
	left: 15px;
	top: 0;
}

#bottom-links {
	position: absolute;
	right: 15px;
	top: 0;
}

#bottom-links li {
	display: inline;
	padding: 0 1px;
}

/* AFTER MIDDLE */
#home-news {
	float: left;
	width: 662px;
}

#home-news li {
	padding: 20px 0;
}

#home-facebook {
	float: right;
	width: 280px;
}

/* SIDEBAR MENU */
.sidebar-menu li {
	border-bottom: 1px solid #E1E1E1;
}

.sidebar-menu li ul {
	border-top: 1px solid #E1E1E1;
}

.sidebar-menu li.last,.sidebar-menu li:last-child {
	border-bottom: 0 !important;
}

.sidebar-menu a {
	display: block;
	padding: 5px 5px 5px 30px;
	color: #000000;
	font-weight: normal;
	background-image: url('../images/bg-sidebar-menu-item.gif');
	background-repeat: no-repeat;
	background-position: 10px 4px;
}

.sidebar-menu a:hover,.sidebar-menu li.active a,.sidebar-menu a.selected_menu_item
	{
	font-weight: bold;
	color: #018DD5;
	background-color: #FFFFFF;
	text-decoration: none;
	background-image: url('../images/bg-sidebar-menu-item-hovered.gif');
}

.sidebar-menu li a {
	padding-left: 30px;
	background-position: 10px 4px;
}

.sidebar-menu li li a {
	padding-left: 50px;
	background-position: 30px 4px;
}

.sidebar-menu li li li a {
	padding-left: 70px;
	background-position: 50px 4px;
}

.sidebar-menu li li li li a {
	padding-left: 90px;
	background-position: 70px 4px;
}

.sidebar-menu li li li li li a {
	padding-left: 110px;
	background-position: 90px 4px;
}

/* CARDS BOX */
#home-cards .sidebar-box-middle {
	padding-top: 5px;
}

#home-cards .align-center {
	padding: 5px;
}

/* CUSTOMERS BOX */
#home-customers .icon {
	background: url('../images/icon-customers.gif') no-repeat;
	width: 26px;
	height: 28px;
	overflow: hidden;
	position: absolute;
	right: 12px;
	top: 2px;
}

/* FEEDBACKS BOX */
#home-feedbacks ul {
	padding: 5px;
}

#home-feedbacks li {
	padding: 15px 0;
}

#home-feedbacks .colored {
	color: #018DD5;
}

/* SELECTS BOX */
#home-selects .select {
	margin: 0 auto;
	padding: 5px 0;
}

/* BRANDS BOX */
#home-brands .content-box-top a {
	position: absolute;
	top: 16px;
	right: 60px;
	font-size: 14px;
	text-transform: uppercase;
}

/* BRAND BOX */
.brand-box {
	background: url('../images/bg-brand-top.gif') no-repeat;
	padding-top: 7px;
	width: 135px;
	height: 109px;
	float: left;
	margin: 16px;
}

.brand-image {
	background: #FFFFFF;
	border-left: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
	text-align: center;
	height: 70px;
	line-height: 70px;
}

.brand-image img {
	vertical-align: middle;
}

.brand-title {
	background: url('../images/bg-brand-bottom.gif') no-repeat;
	height: 32px;
	line-height: 32px;
	text-align: center;
}

.brand-title a {
	color: #000000;
}

/* LANGUAGES BOX */
#languages {
	text-align: right;
}

#languages a {
	padding-left: 20px;
	padding-right: 4px;
	background-repeat: no-repeat !important;
	font-weight: bold;
	color: #000000;
}

/* MESSAGES */
.errors {
	border: 1px solid red;
	color: red;
	background: #FFCCCC;
	padding: 10px;
	list-style: none;
}

.messages {
	border: 1px solid green;
	color: green;
	background: #CCFFCC;
	padding: 10px;
	list-style: none;
}

/* SIDEBAR FORM */
.sidebar-form dl {
	padding: 10px;
}

.sidebar-form a {
	font-weight: bold;
}

.sidebar-form dt * {
	vertical-align: middle;
}

.sidebar-form dt {
	padding-top: 5px;
}

.sidebar-form dd {
	padding-bottom: 5px;
}

.sidebar-form input.text,.sidebar-form select {
	width: 180px;
}

.sidebar-form input.half-text {
	width: 80px;
}

/* CONTENT FORM */
.content-form .links {
	height: 25px;
	line-height: 25px;
}

.content-form .links a {
	padding-right: 10px;
}

.content-form dt {
	padding-top: 5px;
}

.content-form dd {
	padding-bottom: 5px;
}

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

.content-form .required input,.content-form .required select {
	background-color: #FFFEE4;
	border: 1px solid #7F9DB9;
}

/* BREADCRUMBS */
#breadcrumbs li {
	display: inline;
	padding-right: 2px;
	line-height: 25px;
}

#breadcrumbs li *,#breadcrumbs li {
	vertical-align: middle;
}

/* CATEGORY LIST */
#category-list ul,#category-list .image {
	padding: 5px;
	float: left;
}

#category-list ul {
	padding-left: 20px;
	/*width: 100px;*/
}

#category-list li {
	border-bottom: 0;
	list-style-type: disc;
	list-style-position: inside;
}

#category-list .content-box {
	/*width: 250px;*/
	/*float: left;*/
	padding: 3px;
}

#category-list img {
	width: 100px;
	border: 1px solid #E1E1E1;
}

#category-list h2 a {
	font-size: 14px;
}

/* PAGE TITLE */
#column-center h1 {
	font-size: 18px;
	padding: 10px 0;
}

/* GRID */
.grid {
	border-collapse: collapse;
	width: 100%;
}

.grid td,.grid th {
	border: 1px solid #018DD5;
	padding: 5px;
}

.grid thead tr {
	background: url('../images/bg-grid-header.gif') repeat-x;
	color: #FFFFFF;
}

/* DISCOUNT */
.discount {
	font-weight: bold;
	background: url('../images/icon-discount.png') no-repeat;
	width: 38px;
	padding-left: 2px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	font-family: arial;
	position: absolute;
	left: 0;
	top: 0;
}

.discount-container {
	position: relative;
	padding: 10px;
}

/* CART GRID */
.grid .image img {
	width: 60px;
	border: 1px solid #018DD5;
}

#cart-buttons {
	text-align: right;
	padding: 10px 0;
}

/* CART TOTAL */
.total,.total * {
	font-size: 18px;
	font-weight: normal;
}

.total-vat,.total-vat * {
	font-size: 18px;
	font-weight: bold;
}

.total,.total-vat {
	padding-bottom: 10px;
}

#total-buttons {
	padding: 10px 0;
	text-align: center;
}

/* BIG BUTTON */
.big-button {
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 30px;
	font-size: 16px;
}

/* CART CHECKOUT AND CART ORDER */
#cart-checkout .grid-after,#cart-order .grid-after {
	padding: 10px 0;
}

/* PRODUCTS GRID */
.products {
	padding: 10px 0;
}

.products td img {
	width: 60px;
	display: block;
	overflow: hidden;
	border: 1px solid #018DD5;
}

.products h2 a {
	font-size: 14px;
}

.products strong {
	font-weight: normal;
	text-decoration: line-through;
}

.products .price {
	font-weight: bold;
	font-size: 16px;
	padding: 5px 0;
}

.products .links a {
	padding-right: 5px;
}

.products .toolbar {
	background: url('../images/bg-toolbar.gif') repeat-x;
	height: 20px;
	padding: 5px;
}

.products .toolbar * {
	vertical-align: middle;
	display: inline;
}

.products .info {
	width: 160px;
}

.products td {
	width: 50%;
}

/* PRODUCT LIST */
.products .product-line {
	border: 1px solid #018DD5;
	border-top: 0;
	padding: 5px;
}

.products .product-line .discount-container img {
	width: 80px;
	/*border: 1px solid #018DD5;*/
	display: block;
}

.products .product-line .float-right {
	width: 110px;
	padding-top: 5px;
}

.products .product-line .description {
	width: 290px;
}

/* PRODUCT PAGE */
#product .image img {
	border: 1px solid #018DD5;
	display: block;
	width: 120px;
}

#product .info {
	width: 300px;
	padding: 10px;
	padding-top: 0;
}

#product .stock-yes {
	color: green;
}

#product .stock-no {
	color: red;
}

#product .stock {
	padding: 10px 0;
	font-size: 14px;
	font-weight: bold;
}

#product table {
	margin-bottom: 15px;
}

#product .price {
	font-weight: bold;
	font-size: 18px;
	display: block;
	padding-bottom: 10px;
}

#product .info strong {
	font-weight: normal;
	font-size: 14px;
	text-decoration: line-through;
}

/* ABOUT US */
#about-us dt {
	padding-top: 5px;
	font-weight: bold;
}

#about-us dd {
	padding-bottom: 5px;
}

/* NEWS AND STATIC PAGES LIST */
.entry span {
	display: block;
	padding: 5px 0;
}

.entry .title {
	font-weight: bold;
}

.entry .date {
	font-style: italic;
}

/* PAGER */
.pager {
	text-align: center;
	padding: 5px 0;
}

.pager a,.pager span {
	padding: 0 5px;
}

/* POPULAR AND NEW PRODUCTS */
#home-popular .title,#home-new .title {
	padding: 8px;
	color: #FFFFFF;
	background: url('../images/bg-toolbar.gif') repeat-x;
}

/* ******************************* */
#preview_image_container {
	height: 100px;
	border: 1px solid #018DD5;
	margin: 10px;
	line-height: 100px;
	width: auto !important;
}

#preview_image_container #filmstrip_container_outer {
	width: auto !important;
}

#preview_image_container ul {
	width: auto !important;
	height: auto !important;
	position: static !important;
	text-align: center;
}

#preview_image_container li {
	display: inline;
}

#preview_image_container img {
	/*width: 60px;*/
	max-height: 95px;
	display: inline;
	border: 1px solid #018DD5;
	margin: 0 3px;
	vertical-align: middle;
}

.product_attributes td.attribute_name {
	padding-right: 5px;
}

.printers_info {
	margin-top: 20px;
}

.product_categories {
	float: left;
	width: 240px;
	margin-right: 10px;
}

.product_categories td {
	height: 70px;
}

.product_categories .img {
	width: 64px;
	text-align: center;
	padding-right: 5px;
}

.product_categories img {
	max-width: 64px;
	border: 0px;
}

.add_to_cart {
	padding-left: 18px;
	background-image: url(../images/cart_small.png);
	background-repeat: no-repeat;
	padding-top: 2px;
}

.checkout-description {
	float: left;
	margin-top: -50px;
}

.checkout-description label {
	font-weight: bold;
	display: block;
	line-height: 25px;
}

.checkout-description input {
	width: 350px;
}
