html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	color: #333;
  	font-family: 'Quattrocento Sans', Arial, Helvetica, sans-serif;
    font-size: 15px;
    
}

/*Layout*/
img {border: none;}
p{
	margin-top: 0px;
	margin-bottom: 20px;
}
label{cursor: pointer;}

/*default headers*/
h1,
.welcome{
	font-family: 'Quattrocento Sans', Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 26px;
    font-weight: bold;
	color:#559990;
}
h2{
	font-family: 'Quattrocento Sans', Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color:#559990;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight:normal;
}
h3{}
h4{color:#990000;}
h5{}
h6{}

hr{
	height:5px;
	background-color:#559990;
	border:none;
}
/*default link style*/
a,
a:visited,
a b {
    cursor: pointer;
    color:#559990;
    text-decoration:none;
}
a:hover {text-decoration: underline;}
a:active{}





#container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#column-left {
    float: left;
    width: 180px;
}

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

#home-content {
    min-height: 400px;
    margin-bottom: 25px;
}
#content {
    min-height: 400px;
    margin-bottom: 25px;
    background-color:#FFF;
    padding:20px;
}

#column-left + #column-right + #content,
#column-left + #content {
    margin-left: 195px;
}

#column-right + #content {
    margin-right: 195px;
}

table.form {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table.form tr td:first-child {
    width: 150px;
}

table.form td {
    padding: 4px;
}

input.large-field,
select.large-field {
    width: 300px;
}

table.list {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}

table.list thead td {;
    padding: 0px 5px
}

table.list tbody td {
    vertical-align: top;
    padding: 0px 5px;
}

table.list .left,
table.list .right,
table.list .center {
    padding: 7px;
}

table.list .asc,
table.list .desc {
    padding-right: 15px;
}
table.list {
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
}

table.list td {
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

table.list thead td {
    background-color: #EFEFEF;
}

table.list .asc {
    background: url('../image/asc.png') right center no-repeat;
}

table.list .desc {
    background: url('../image/desc.png') right center no-repeat;
}

/** / Skin **/

/*** Typography ***/

table.form > * > * > td {
    /*color: #000000;*/
}

table.list thead td a,
.list thead td {
    text-decoration: none;
    font-weight: bold;
}

table.list tbody td a {
    text-decoration: underline;
}

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

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

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

.default_10px{
	font-size: 10px;
}
.default{
	font-size: 12px;
}
.default_14px{
	font-size: 14px;
}
.default_16px{
	font-size: 16px;
}
.default_18px{
	font-size: 18px;
}
.default_20px{
	font-size: 20px;
}
.default_22px{
	font-size: 22px;
}
.green_11px{
	font-size:11px;
	color:#559990;
}
.green_12px{
	font-size:12px;
	color:#559990;
}
.green_14px{
	font-size:14px;
	color:#559990;
}
.green_16px{
	font-size:16px;
	color:#559990;
}
.green_20px{
	font-size:20px;
	color:#559990;
}
.orange_11px{
	font-size:11px;
	color:#D4A12F;
}
.orange_12px{
	font-size:12px;
	color:#D4A12F;
}
.orange_14px{
	font-size:14px;
	color:#D4A12F;
}
.orange_16px{
	font-size:16px;
	color:#D4A12F;
}
.orange_20px{
	font-size:20px;
	color:#D4A12F;
}/*default form styles*/
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'],
input[type='password'],
textarea {
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
	background: #F8F8F8;
    border: 1px solid #CCCCCC;
}
select {
	padding: 2px;
	background: #F8F8F8;
    border: 1px solid #CCCCCC;
}

.breadcrumb {
    margin-bottom: 10px;
}

.success,
.warning,
.attention,
.information {
	margin-right:20px;
	margin-top:20px;
    padding: 10px 10px 10px 33px;
    margin-bottom: 15px;
}

.success .close,
.warning .close,
.attention .close,
.information .close {
    float: right;
    padding-top: 4px;
    padding-right: 4px;
}

.error {
    display: block;
}

.help {
    display: block;
}

.success {
    background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
    border: 1px solid #BBDF8D;
}

.warning {
    background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
    border: 1px solid #F8ACAC;
}

.attention {
    background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
    border: 1px solid #F2DD8C;
}

.information {
    background: #E8F6FF url('../image/information.png') 10px center no-repeat;
    border: 1px solid #B8E2FB;
}

.success .close,
.warning .close,
.attention .close,
.information .close {
    cursor: pointer;
}

.breadcrumb {
    /*color: #CCCCCC;*/
}

.success,
.warning,
.attention,
.information {
    color: #555555;
}

.required:before {
    /*color: #FF0000;*/
    content:"*";
	font-weight: bold;
}

.required {
	font-weight:bold;
}

.error {
    /*color: #FF0000;*/
}

.help {
    font-size: 10px;
    font-weight: normal;
}



a.button {
	background-color: #559990;
	display: inline-block;
	padding: 6px 15px;
    cursor: pointer;
    color: white;
	text-decoration: none;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
}

a.button:hover {
	background-color: #74A3B3;
	color:#FFF;
}

.buttons {
    border: 1px solid #EEEEEE;
    background: #FFFFFF;
	overflow: auto;
    padding: 6px;
    margin-bottom: 20px;
}
.buttons .left {
    text-align: left;
	float: left;
}

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

.buttons .center {
    text-align: center;
	margin-left: auto;
    margin-right: auto;
}
#header {
    height: 240px;
    background-color: #559990;
}

#header .headerwhiteBar{
	background-color:#FFF;
	height:30px;
}

#header .greenBGBirds{
	background-image:url("../assets/header-bg.png");
	background-repeat:no-repeat;
	height:160px;
}
#logo{
	padding-top:10px;
}
#logo a{
	display:block;
	text-align:center;
}

#search {
	margin:0 auto;
	width:700px;
 	height:40px;
}
#search a{
	padding:0px 17px;
	display:block;
}
#search input{
	display:inline-block;
	border:none;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 5px 0 0 5px;
	padding:0px 10px;
    width: 630px;
    background:#FFF;
    color:#000;
    font-size:14px;
    height:35px;
    margin:4px 0;
	float:left;
}

#search .searchButton{
	float:left;
	background-color:#74A3B3;
	background-image:url("../assets/search-icon.png");
	background-repeat:no-repeat;
	background-position:center center;
	color: #74A3B3;
	width:50px;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 5px 5px 0;
	border:1px solid #74A3B3;
	font-size:14px;
	height:35px;
	margin:4px 0;
	cursor:pointer;
}
#search .searchButton:hover{
	background-color:#74A3B3;
}
.headerLeftSide{
	float:right;
	line-height:45px;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:0.14em;
}
.headerLeftSide a{
	color:#FFF;
}
#top-links{
	float:right;
	list-style-type:none;
	margin:0;
	padding:0;
	width:500px;
	text-align:right;
}
#top-links li{
	display:inline-block;
	margin:0px 10px;
}
#top-links a{
	color:#333;
	line-height:30px;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:0.14em;
}
#header .deliveryOffer{
	text-align:center;
	font-size:18px;
	color:#FFF;
	padding-top:10px;
	letter-spacing:0.10em;
	font-weight:300;
}
#header .free{
	text-transform:uppercase;
	font-size:20px;
	font-weight:bold;
}

.deliveryOffer2{
	font-size:14px;
	position:absolute;
	left:180px;
	bottom:5px;
	width:580px;
	text-align:center;
	font-weight:400;
	color:#660033;
}
.deliveryOffer2 b{
	font-size:16px;
}
.hoildayMessage{
	height:40px;
	background-color:#660033;
	font-size:15px;
	padding:5px 15px;
	line-height:20px;
	text-align:center;
	font-weight:600;
	color:#FFF;
}#menu{
	height:40px;
	background-color:#FFF;
	/*border-bottom:2px solid #559990;*/
}

#menu ul{
	display:table;
	margin: 0px auto;
	padding:0px;
	list-style-type:none;
	position:relative;
}
#menu li{
	float:left;
	margin:0px;
	padding:0px;
}

#menu .hasDropdown{
}

#menu span,
#menu a{
	display:inline-block;
	line-height:40px;
	padding:0px 15px;
	margin:0px 15px;
	font-size:16px;
	letter-spacing:0.14em;
	font-weight:bold;
	text-transform:uppercase;
	color:#333;
	cursor:pointer;
}
#menu a.current,
#menu a:hover{
	color:#660033;
	text-decoration:none;
}

#menuCategories{
	position:absolute;
	left:-60px;
	width:960px;
	top:40px;
	padding-bottom:20px;
	border:1px solid #559990;
	box-shadow:1px 1px 4px #333;
	display:none;
	background-color:#FFF;
	z-index:5000;
}
#menu .hasDropdown:hover{
	background-position:center 22px;
}
#menu .hasDropdown:hover > #menuCategories{
	display:block;
}
#menuCategories li{
	float:none;
	display:block;
}
#menuCategories a{
	letter-spacing:0em;
	color:#375B92;
	line-height:20px;
	font-size:12px;
	padding:0px;
	margin:3px 0px;
}
#menuCategories .menuColumn{
	width:210px;
	padding:15px;
	float:left;
}

/*##############################################################################*/

.box {
    margin-bottom: 20px;
}

.box .box-heading {
    padding: 0px 10px;
    background: #559990;
    font-size: 18px;
    font-weight: bold;
    line-height:35px;
	text-align:center;
	color:#FFF;
	margin-top:10px;
}

.box .box-content { 
    background: #559990;
    
}

.box-content {
	border-top:1px solid #000;
}

.box-content ul{
   list-style-type: none; 
	margin: 0px; 
	padding: 0px;
	background-image:url("../assets/menuFooter.png");
	background-repeat:no-repeat;
	background-position:center bottom;
	padding-bottom:53px;
}

.box-content a{
	display:block;
    line-height:35px;
    padding: 0px 15px;
    color:#FFF;
    font-size:13px;
    text-decoration:none;
    font-weight:300;
    background-color:#559990;
	
}
.box-content a:hover,
.box-content a.active:hover {
	background-color:#559990;
	color:#FFF;
}

.box-content li {
	position:relative;
    border-bottom:none;
}

.box-content ul ul {
    display: none;
}

.box-content a.active + ul {
    display: block;
}
.box-content a.active {
    font-weight: normal;
	
}

.box-content ul ul a {
	padding-left:20px;
}

.box-content > ul > li + li {
}

.contentArea{
	padding:20px;
	line-height:18px;
}

.homeContentArea{
	padding:20px;
	line-height:18px;
}
.homeContentArea h2{
	font-weight:bold;
	font-size:32px;
	line-height:40px;
	margin:0;
	text-align:center;
	
}.contact-info {
    overflow: auto;
}

.contact-info .left {
    float: left;
    width: 48%;
}

.contact-info .right {
    float: left;
    width: 48%;
}

.sitemap-info {
    overflow: auto;
    margin-bottom: 40px;
}

.sitemap-info .left {
    float: left;
    width: 48%;
}

.sitemap-info .right {
    float: left;
    width: 48%;
}
.footerDivider{
	background-image:url("../assets/footerBooks.png");
	background-repeat:repeat-x;
	background-position:center bottom;
	height:60px;
	clear: both;
}
#footer {
    clear: both;
    overflow: auto;
    min-height: 180px;
    padding: 20px;
 	color:#000;
 	border-top:2px solid #666;
 	font-weight:300;
	font-size:15px;
}

#footer .column {
    float: left;
    width: 25%;
    min-height: 100px;
}

#footer a {
    text-decoration: none;
    color:#000;
}
#footer a:hover {
    text-decoration: underline
}
#footer .rightColumn{
	float:right;
	width:600px;
	text-align:right;	
}

#footermenu{
    margin: 0px;
    padding:0px;
    list-style-type: none;
    float:left;
    width:170px;
}

#footermenu li {
	margin-bottom: 3px;
	
}
#footermenu a{
	font-size:15px;
	color:#000;
	font-weight:300;
}

#footer .socialIcons{
	padding:20px 0px;
}
#footer .facebook{
	display:inline-block;
	background-image:url("../assets/facebook.png");
	background-repeat:no-repeat;
	width:40px;
	height:40px;
}
#footer .twitter{
	display:inline-block;
	background-image:url("../assets/twitter.png");
	background-repeat:no-repeat;
	width:49px;
	height:40px;
}
#footer .pinterest{
	display:inline-block;
	background-image:url("../assets/pinterest.png");
	background-repeat:no-repeat;
	width:40px;
	height:40px;
}.htabs {
    height: 30px;
    border-bottom: 1px solid #DDDDDD;
    line-height: 16px;
}

.htabs a {
    padding: 7px 15px 6px 15px;
    margin-right: 2px;
    float: left;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    background: #EEEEEE;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.htabs a.selected {
    padding-bottom: 7px;
    background: #FFFFFF;
}

.tab-content {
    padding: 10px;
    margin-bottom: 20px;
    z-index: 2;
    overflow: auto;
   
}
/*##############################################################################*/

.box-product {
    width: 100%;
    overflow: auto;
}

.box-product > div,
.box-product > article {
    width: 116px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 15px;
}

.box-product .image {
    display: block;
    margin-bottom: 0px;
}

.box-product .image img {
    padding: 3px;
    border: 1px solid #E7E7E7;
}

.box-product .name a {
	
    display: block;
    margin-bottom: 4px;
    font-weight: bold;
    text-decoration: none;
}

.box-product .price {
    display: block;
    margin-bottom: 4px;
    font-weight: bold;
}

.box-product .rating {
    display: block;
    margin-bottom: 4px;
}
.box-product .price-old {
    text-decoration: line-through;
}
.box-product .price-new {
    font-weight: bold;
}

/*##############################################################################*/

.box-category {
	border-top:none;
}

.box-category ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.box-category a{
	padding:5px 10px;
	line-height:20px;
	display:block;
	color:#FFF;
	text-decoration:none;
	
}
.box-category a:hover,
.box-category a.active:hover {
	background-color:#74A3B3;
	color:#FFF;
}

.box-category li {
	display:block;
}

.box-category ul ul {
    display: none;
}

.box-category a.active + ul {
    display: block;
}
.box-category a.active {
    font-weight: bold;
	background-color:#74A3B3;
	
}

.box-category ul ul a {
	padding-left:20px;
}

.box-category > ul > li + li {
    border-top: none;
}


/*##############################################################################*/

.category-list {
    overflow: auto;
    margin-bottom: 20px;
}
.category-list ul{
    margin: 0;
    padding: 0;
    list-style: none;
	clear:both;
}
.category-list li{
	display:inline-block;
	float:left;
	width:240px;
	padding:0px;
	margin:0px;
	text-align:left;
	border-bottom:1px solid #A5A035;
}
.category-list .letters{
	border-bottom:1px solid #A5A035;
	margin-bottom:10px;
}
.category-list .letters li{
	border:none;
	float:none;
}
.category-list .letters a{
	border:none;
}
.category-list  a{
    display: inline-block;
    font-size:13px;
	line-height:24px;
	padding:0px 10px;
	margin:0px;
	width:220px;
	text-align:left;
    text-decoration: none;
	text-transform:capitalize;
	color:#559990;
}
.category-list .currentLetter{
	font-size:16px;
	font-weight:bold;
	width:680px;
	padding:0px 10px;
}
.category-list  a:hover{
	background-color:#559990;
	color:#FFF;
}

/*##############################################################################*/

#content .content {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #EEEEEE;
}

#content .content .left {
    float: left;
    width: 49%;
}

#content .content .right {
    float: right;
    width: 49%;
}

/*##############################################################################*/

.category-info {
    overflow: auto;
    margin-bottom: 20px;
}

.category-info .image {
    float: left;
    padding: 5px;
    margin-right: 15px;
    border: 1px solid #E7E7E7;
}



/*##############################################################################*/

.manufacturer-heading {
    font-size: 15px;
    font-weight: bold;
    padding: 5px 8px;
    margin-bottom: 6px;
    background: #F8F8F8;
}

.manufacturer-list ul {
    list-style: none;
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}


.manufacturer-list {
    padding: 5px;
    overflow: auto;
    margin-bottom: 20px;
    border: 1px solid #DBDEE1;
}

.manufacturer-content {
    padding: 8px;
}

/*##############################################################################*/
.product-title{
	font-size:18px;
	color:#000;
	font-weight:normal;
}
.product-filter {
    padding-bottom: 5px;
    overflow: auto;
}

.product-filter .display {
    margin-right: 15px;
    float: left;
    padding-top: 4px;
}

.product-filter .sort {
    float: right;
}

.product-filter .limit {
    margin-left: 15px;
    float: right;
}

.product-compare {
    padding-top: 6px;
    margin-bottom: 25px;
}

.product-filter .display a {
    font-weight: bold;
}

/*##############################################################################*/

.product-list > div,
.product-list > article {
    overflow: auto;
    margin-top: 0px;
	border-bottom:1px solid #559990;
	padding:15px;
}

.product-list .alternative{
	background-color:#EEE;
}

.product-list .right {
    float: right;
    margin-left: 15px;
}

.product-list > div + div,
.product-list > article + div,
.product-list > div + article,
.product-list > article + article {
}
.product-list > div + div {
    border-top: 1px solid #EEEEEE;
}
.product-list .image {
    float:left;
    margin-bottom: 0px;
	height:180px;
	overflow:hidden;
	width:160px;
	text-align:center;
}

.product-list .image img {
}

.product-list .description {
	font-size:12px;
    line-height: 15px;
    margin-bottom: 5px;
}


.product-list .viewButton {
	float:right;
	margin-right:250px;
	margin-top:5px;
}
.product-list .details{
	height:130px;
}
.product-list section{
	float:left;
	margin-left:20px;
	width:450px;
}
.product-list .name a {
    text-decoration: none;
    display: block;
    font-size:14px;
    text-decoration: none;
	color:#333;
	margin-bottom:10px;
}

.product-list .author{
	font-weight:bold;
	color:#333;
	font-weight:600;
	font-size:16px;
	margin-bottom:10px;
}

.product-list .price {
	float:left;
	font-size:18px;
	font-weight:bold;
	line-height:30px;
}
.product-list .price-old {
    text-decoration: line-through;
}

.product-list .price-new {
    font-weight: bold;
}


/*##############################################################################*/

.product-grid {
	overflow:hidden;
}
.product-grid .details{
	height:65px;
	overflow:hidden;
}
.product-grid > div,
.product-grid > article {
    width: 221px;
    display: inline-block;
	margin:0px;	
	padding:0px;
	margin-top:10px;
	padding:0px 10px;
    padding-bottom: 10px;
}

.product-grid .image {
    display: block;
    margin-bottom: 10px;
	height:180px;
	overflow:hidden;
	text-align:center;
}
.product-grid .image img{
}
.product-grid .name a {
    display: block;
    font-size:12px;
    margin-bottom: 4px;
	height:45px;
	line-height:16px;
	color:#333;
	overflow:hidden;
    text-decoration: none;
	text-align:center;
}

.product-grid .description {
    display: none;
}

.product-grid .rating {
    display: block;
    margin-bottom: 4px;
}

.product-grid .price {
	display: block;
	text-align:center;
	font-size:20px;
	line-height:30px;
	color:#559990;
	font-weight: bold;
	
}

.product-grid .price .price-tax {
    display: none;
}

.product-grid .author{
	text-align:center;
	font-weight:bold;
	color:#333;
	font-size:12px;
	margin-bottom:5px;
}

.product-grid .viewButton {
	text-align:center;
    margin-bottom: 3px;
}
.product-grid .viewButton .button{
	border-radius:5px;
	font-size:16px;
}

.product-grid .wishlist,
.product-grid .compare {
    margin-bottom: 3px;
}

.product-grid .wishlist a {
    padding-left: 18px;
    display: block;
    background: url('../image/add.png') left center no-repeat;
    text-decoration: none;
}

.product-grid .compare a {
    padding-left: 18px;
    display: block;
    background: url('../image/add.png') left center no-repeat;
    text-decoration: none;
}

.product-grid .price-old {
    text-decoration: line-through;
}

.product-grid .price-new {
    font-weight: bold;
}

/*##############################################################################*/

.product-info {
    margin-bottom: 20px;
}

.product-info > .left {
    float: left;
    margin-right: 15px;
	width:500px;
}

.product-info > .left + .right {
    margin-left: 510px;
}


#product_details{
	
}

#product_details .imageColumn{
	width:260px;
	display:inline-block;
	vertical-align:top;
	overflow:hidden;
}
#product_details .detailsColumn{
	width:435px;
	display:inline-block;
	vertical-align:top;
}
#product_details h1{
	font-size: 22px;
	margin-bottom:10px;
	
}
#product_details h2{
	font-size: 14px;
	margin-bottom:10px;
}

#product_details .product_attributes{
	margin-bottom:10px;
}
#product_details .product_attributes th{
	text-align:left;
	vertical-align:top;
	width:150px;
	padding:10px 0px;
}
#product_details .product_attributes th,
#product_details .product_attributes td{
	line-height:20px;
	padding:10px 0px;
}

#product_details .description{
	margin-bottom:20px;
}

#product_details .condition{
	margin-bottom:20px;
}

#product_details .addToCartContainer{
	margin-top:0px;
	height:40px;
	overflow:hidden;
}

#product_details .outofstock{
	font-size:28px;
	color:#660033;
	padding-top:8px;
}

#product_details .priceContainer{
	float:left;
	width:170px;
}
#product_details .priceContainer .priceRow{
	
}

#product_details .priceContainer .priceLabel{
	width:50px;
	display:inline-block;
	font-size:14px;
}

#product_details .priceContainer .redLabel{
	color:#660033;
	font-weight:bold;
	
}
#product_details .priceContainer .price{
	line-height:40px;
	font-size:24px;
	color:#660033;
	font-weight:bold;
}
#product_details .priceContainer .oldPrice{
	text-decoration:line-through;
	line-height:15px;
	font-size:14px;
}
#product_details .priceContainer .newPrice{
	line-height:25px;
	font-size:20px;
	color:#660033;
	font-weight:bold;
}

#product_details .addToCartButtonContainer{
	float:left;
	width:200px;
}
 
#product_details h3{
	margin-top:20px;
	background-color:#7696B4;
	text-transform:uppercase;
	color:#FFF;
	line-height:35px;
	font-size:18px;
	letter-spacing:1px;
	padding:0px 15px;
}


.thumbnails {
	overflow: hidden;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails .main{
	margin-bottom:20px;
}
.image-additional a {
	margin-bottom: 20px;
	display: block;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-right: 10px;
}
/** / Typography **/

/********* / COMPARE & WISHLIST *********/

										/********** ORDER **********/

/*** Layout ***/

.order-list {
    margin-bottom: 10px;
}

.order-list .order-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}

.order-list .order-status {
    width: 49%;
    float: right;
    margin-bottom: 2px;
}

.order-list .order-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.order-list .order-content div {
    float: left;
    width: 33.3%;
}

/** / Layout **/

/*** Skin ***/

.order-list .order-content {
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.order-detail {
    background: #EFEFEF;
}

/** / Skin **/

/*** Typography ***/

.order-list .order-status {
    text-align: right;
}

.order-list .order-info {
    text-align: right;
}

.order-detail {
    font-weight: bold;
}

/** / Typography **/

/********* / ORDER *********/

										/********** LOGIN **********/

/*** Layout ***/

.login-content {
    margin-bottom: 20px;
    overflow: auto;
}

.login-content .left {
    float: left;
    width: 48%;
}

.login-content .right {
    float: right;
    width: 48%;
}

.login-content .left .content,
.login-content .right .content {
    min-height: 190px;
}

/** / Layout **/

/********* / LOGIN *********/

										/********** RETURN **********/

/*** Layout ***/

.return-list {
    margin-bottom: 10px;
}

.return-list .return-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}

.return-list .return-status {
    width: 49%;
    float: right;
    margin-bottom: 2px;
}

.return-list .return-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.return-list .return-content div {
    float: left;
    width: 33.3%;
}

.return-product {
    overflow: auto;
    margin-bottom: 20px;
}

.return-name {
    float: left;
    width: 33.3%;
}

.return-model {
    float: left;
    width: 33.3%;
}

.return-quantity {
    float: left;
    width: 33.3%;
}

.return-detail {
    overflow: auto;
    margin-bottom: 20px;
}

.return-reason {
    float: left;
    width: 33.3%;
}

.return-opened {
    float: left;
    width: 33.3%;
}

.return-opened textarea {
    width: 98%;
    vertical-align: top;
}

.return-remove {
    float: left;
    width: 33.3%;
    padding-top: 90px;
    vertical-align: middle;
}

.return-additional {
    overflow: auto;
    margin-bottom: 20px;
}

.return-comment {
    float: left;
    width: 49%;
}

.return-captcha {
    float: right;
    width: 49%;
}

/** / Layout **/

/*** Skin ***/

.return-list .return-content {
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

/** / Skin **/

/*** Typography ***/

.return-list .return-status {
    text-align: right;
}

.return-list .return-info {
    text-align: right;
}

.return-remove {
    text-align: center;
}
.tags{
	color:#559990;
	font-size:16px;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
}
#tags ul{
	margin:0px;
	padding:0px;
	margin-left:0px;
	color:#559990;
	list-style-type:none;
}
#tags li{
	display:inline-block;
}

#tags a{
	color:#559990;
	font-size:12px;
	text-transform:capitalize;
}



#featured_products{
	margin-top:10px;
}
#featured_products .featured_product_container{
	width:220px;
	display:inline-block;
	vertical-align:top;
	clear:both;
	margin-bottom:10px;
	padding:0 10px;
}

#featured_products .image{
	display: block;
	margin-bottom: 10px;
	height:180px;
	overflow:hidden;
	text-align:center;
}

#featured_products .author{
	text-align:center;
	font-weight:bold;
	color:#333;
	font-size:12px;
	margin-bottom:5px;
}


#featured_products .name a{
	display: block;
	font-size:12px;
	margin-bottom: 4px;
	height:45px;
	line-height:16px;
	color:#333;
	overflow:hidden;
	text-decoration: none;
	text-align:center;
}

#featured_products .price{
	display: block;
	text-align:center;
	font-size:24px;
	line-height:30px;
	color:#559990;
	font-weight: bold;
	margin-bottom:10px;
}

#featured_products .viewButton {
	text-align:center;
	margin-bottom: 3px;
}
#featured_products .viewButton .button{
	border-radius:5px;
	font-size:16px;
}
.button{
	border-radius:5px;
	font-size:16px;
}
.button:hover{
	color:#FFF;
}

/*##############################################################################*/


.relatedProductContainer .details{
height:65px;
overflow:hidden;
}
.relatedProductContainer {
	width: 219px;
	display: inline-block;
	margin:0px;
	padding:0px;
	margin-top:10px;
	padding:0px 10px;
	padding-bottom: 10px;
}

.relatedProductContainer .image {
	display: block;
	margin-bottom: 10px;
	height:180px;
	overflow:hidden;
	text-align:center;
}
.relatedProductContainer .image img{
}
.relatedProductContainer .name a {
	display: block;
	font-size:12px;
	margin-bottom: 4px;
	height:45px;
	line-height:16px;
	color:#333;
	overflow:hidden;
	text-decoration: none;
	text-align:center;
}

.relatedProductContainer  .description {
	display: none;
}

.relatedProductContainer .price {
	display: block;
	text-align:center;
	font-size:20px;
	line-height:30px;
	color:#559990;
	font-weight: bold;

}

.relatedProductContainer .price-tax {
display: none;
}

.relatedProductContainer .author{
	text-align:center;
	font-weight:bold;
	color:#333;
	font-size:12px;
	margin-bottom:5px;
}

.relatedProductContainer .viewButton {
	text-align:center;
	margin-bottom: 3px;
}
.relatedProductContainer .viewButton .button{
	border-radius:5px;
	font-size:16px;
}

.relatedProductContainer .price-old {
text-decoration: line-through;
}

.relatedProductContainer  .price-new {
font-weight: bold;
}.download-list {
    margin-bottom: 10px;
}

.download-list .download-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}

.download-list .download-status {
    width: 49%;
    float: right;
    margin-bottom: 2px;
}

.download-list .download-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.download-list .download-content div {
    float: left;
    width: 33.3%;
}

.cart-info table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.cart-info td {
    padding: 7px;
}

.cart-info tbody td {
    vertical-align: top;
}

.cart-info tbody .remove {
    vertical-align: middle;
}

.cart-module .cart-heading {
    padding: 8px 8px 8px 22px;
    margin-bottom: 15px;
}

.cart-module .cart-content {
    padding: 0px 0px 15px 0px;
    display: none;
    overflow: auto;
}

.cart-total table {
    float: right;
}

.cart-total td {
    padding: 3px;
    text-align: right;
}

/** / Layout **/

/*** Skin ***/

.download-list .download-content {
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.cart-info table {
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}

.cart-info thead td {
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}

.cart-info tbody td {
    border-bottom: 1px solid #DDDDDD
}

.cart-module .cart-heading {
    border: 1px solid #DBDEE1;
    background: #F8F8F8 url('../image/arrow-right.png') 10px 50% no-repeat;
    cursor: pointer;
}

.cart-module .active {
    background: #F8F8F8 url('../image/arrow-down.png') 7px 50% no-repeat
}

.cart-total {
    border-top: 1px solid #DDDDDD;
}

/** / Skin **/

/*** Typography ***/

.download-list .download-status {
    text-align: right;
}

.download-list .download-info {
    text-align: right;
}

.cart-info thead td {
    font-weight: bold;
}

.cart-info thead .remove,
.cart-info thead .image {
    text-align: center;
}

.cart-info thead .name,
.cart-info thead .model {
    text-align: left;
}

.cart-info thead .quantity,
.cart-info thead .price,
.cart-info thead .total {
    text-align: right;
}

.cart-info tbody .remove,
.cart-info tbody .image {
    text-align: center;
}

.cart-info tbody .name,
.cart-info tbody .model {
    text-align: left;
}

.cart-info tbody .quantity,
.cart-info tbody .price,
.cart-info tbody .total {
    text-align: right;
}

.cart-info tbody span.stock {
    font-weight: bold;
}

.cart-module .cart-heading {
    font-weight: bold;
    font-size: 13px;
}

.cart-total {
    overflow: auto;
    padding-top: 8px;
    margin-bottom: 15px;
}

/** / Typography **/

/********* / CART *********/

										/********** CHECKOUT **********/

/*** Layout ***/

.checkout-heading {
    padding: 8px;
    margin-bottom: 15px;
}

.checkout-heading a {
    float: right;
    margin-top: 1px;
}

.checkout-content {
    padding: 0px 0px 15px 0px;
    display: none;
    overflow: auto;
}

.checkout-content .left {
    float: left;
    width: 48%;
}

.checkout-content .right {
    float: right;
    width: 48%;
}

.checkout-content .buttons {
    clear: both
}

.checkout-product table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.checkout-product td {
    padding: 7px;
}

.checkout-product tbody td {
    vertical-align: top;
}

/** / Layout **/

/*** Skin ***/

.checkout-heading {
    background: #F8F8F8;
    border: 1px solid #DBDEE1;
}

.checkout-product table {
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}

.checkout-product thead td {
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}

.checkout-product tbody td {
    border-bottom: 1px solid #DDDDDD;
}

.checkout-product tfoot td {
    border-bottom: 1px solid #DDDDDD;
}

/** / Skin **/

/*** Typography ***/

.checkout-heading {
    font-weight: bold;
    font-size: 13px;
}

.checkout-heading a {
    font-weight: normal;
    text-decoration: none;
}

.checkout-product thead td {
    font-weight: bold;
}

.checkout-product thead .name,
.checkout-product thead .model {
    text-align: left;
}

.checkout-product thead .quantity,
.checkout-product thead .price,
.checkout-product thead .total {
    text-align: right;
}

.checkout-product tbody .name,
.checkout-product tbody .model {
    text-align: left;
}

.checkout-product tbody .quantity,
.checkout-product tbody .price,
.checkout-product tbody .total {
    text-align: right;
}

.checkout-product tfoot td {
    text-align: right;
}.pagination {
    padding-top: 8px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.pagination .links {
    float: left;
}

.pagination .links a {
    display: inline-block;
    padding: 4px 10px;
	color:#000;
}

.pagination .links b {
    display: inline-block;
    padding: 4px 10px;
}

.pagination .results {
    float: right;
    padding-top: 3px;
}

/** / Layout **/

/*** Skin ***/

.pagination {
}

.pagination .links a {
    border: 1px solid #AAA;
}
.pagination .links a:hover{
	background-color:#666;
	color:#FFF;
}
.pagination .links b {
    border: 1px solid #666;
	background-color:#666;
	color:#FFF;
}

#featuredBooksTitle{
	height:60px;
	background-color:#559990;
	text-align:center;
}
#featuredBooksTitle h2{
	color:#FFF;
	text-transform:uppercase;
	line-height:60px;
	font-size:32px;
	font-weight:bold;
	text-align:center;
	background-image:url("../assets/book-icon.png");
	background-repeat:no-repeat;
	background-position:left center;
	padding:0 65px;
	display:inline-block;
}

/** / Skin **/

/*** Typography ***/

.pagination .links a {
    text-decoration: none;
}

.pagination .links b {
    font-weight: normal;
    text-decoration: none;
}

#featuredArea{
	height:350px;
	overflow:hidden;
}
#featuredArea .slideBG{
	height:450px;
	width:100%;
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
#featuredArea .slide1{
	background-image:url("../assets/slide1.jpg");
}
#featuredArea .slide2{
	background-image:url("../assets/slide2.jpg");
}
#featuredArea .slide3{
	background-image:url("../assets/slide3.jpg");
}

#featuredArea .slide4{
	background-image:url("../assets/slide4.jpg");
}
#featuredArea .slide5{
background-image:url("../assets/slide5.jpg");
}


#featuredArea .topTriangles,
#featuredArea .bottomTriangles{
	width:486px;
	height:27px;
	background-repeat:repeat-x;
	margin-left:20px;
}
#featuredArea .topTriangles{
	background-image:url("../assets/triangleLineTop.png");
}
#featuredArea .bottomTriangles{
	background-image:url("../assets/triangleLine.png");
	position:absolute;
	bottom:0px;
}
#featuredArea .slide1 .slideImage{
	position:absolute;
	top:50px;
	right:10px;
	width:135px;
	height:230px;
	background-image:url("../assets/slide1Image.png");
	background-repeat:no-repeat;
}
#featuredArea .title{
	margin-top:10px;
	font-weight:300;
	font-size:32px;
}

#featuredArea .slideContents{
	margin-left:20px;
}
#featuredArea .bold{
	color:#D4A12F;
	font-size:32px;
	text-transform:uppercase;
	font-weight:normal;
}
#featuredArea .subtitle{
	font-size:18px;
}
#featuredArea .mainContent{
	font-size:14px;
	padding-top:15px;
	line-height:15px;
	width:370px;
}
#jFeaturedAreaButtonsContainer{
	position: absolute;
	bottom: 25px;
	right: 20px;
	width:20px;
}
#jFeaturedAreaButtonsContainer .jFeaturedAreaButton{
	padding:8px;
	border:1px solid #D4A12F;
	margin-left:5px;
	background-color:#FFF;
	margin-bottom:5px;
}
#jFeaturedAreaButtonsContainer .jFeaturedAreaButton:hover{
	background-color:#559990;
}
#jFeaturedAreaButtonsContainer .jFeaturedAreaButton.current{
	background-color:#559990;
}

.featuredBooksHeader{
	background-image:url("../assets/featuredBooks.png");
	background-repeat:no-repeat;
	width:240px;
	height:110px;
	margin-top:0px;
	margin-bottom:10px;
}

#featuredArea a{
	font-weight:bold;
	color:#000;
}
#searchForm  input{
	margin-right:10px;
}
#searchForm  label{
	display:inline-block;
	width:150px;
	font-weight:bold;
	margin-top:10px;
	cursor:auto;
}

/* news */
.box-news {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 10px;
}
.box-news h4 {
	margin-top: 0px;
	margin-bottom: 5px;
}
.box-news p {
	margin-top: 0px;
	margin-bottom: 5px;
}
.box-news > div {
	margin-bottom: 5px;
}
.blog-list-content{
	border-bottom:1px solid #CCC;
	padding:10px;
	padding-top:0px;
	margin-bottom:10px;
}
.post-date{
	font-size:12px;
	color:#999;
	margin-bottom:10px;
}
.blog-list-content h2 a{
	color:#000;
}
.blog-content{
}
.blog-title{
	text-align:center;
	color:#000;
	font-size:30px;
	padding:10px 150px;
	border-bottom:1px solid #559990;
	font-weight:normal;
}
.blob_list_images{
	height:150px;
	margin-bottom:20px;
}
.news-image-container{
	float:left;
	width:150px;
	height:200px;
	text-align:center;
}
.blog-images .news-image-container{
	margin-right:10px;
}
.image-crop{
	height:150px;
	overflow:hidden;
}

.blogListTitle{
	margin-top:5px;
	margin-bottom:0px;
}
.news-image-caption{
	height:40px;
	text-align:center;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
}

.main-image-container{
	float:right;
	margin-left:20px;
}
.main-image-container .image-crop{
	height:350px;
	overflow:hidden;
}
.main-image-container .news-image-caption{
	margin-top:10px;
	height:40px;
	font-weight:bold;
	text-align:center;
	line-height:20px;
	margin-bottom:10px;
}

.error{
	color:#900;	
}
