* {
	margin : 0px;
	padding : 0px;
}

div.jMyCarousel{
	text-align: center;
}

div.imnothere{
	margin: 100px;
}
div.jMyCarousel .prev{
	background: url('/templates/default/js/carousel/img/left.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
	cursor: pointer;
}
div.jMyCarousel .next{
	background: url('/templates/default/js/carousel/img/right.png') center center no-repeat;
	width:40px;
	height:61px;
	border:0px;
	cursor: pointer;
}
div.jMyCarousel .up{
	background: url('/templates/default/js/carousel/img/up.png') center center no-repeat;
	width:61px;
	height:40px;
	border:0px;
}

div.jMyCarousel .down{
	background: url('/templates/default/js/carousel/img/down.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}


/** carousel 1 **/
div.jMyCarousel ul li{
	border:1px solid #fff;
	line-height:0px;
}

div.jMyCarousel ul li a{ /* in case of link */
	display:block;
	border:0px;
}

div.jMyCarousel ul li a img{
	display:block;
	border:0px;
}

ul {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	display : block;
}

li {
	text-indent: 0px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}


body {

	color : darkslategray;
	text-align : center;
	font-family : tahoma, sans-serif;
	font-size : 10px;
}

a {
	color : #7B7B7B;
}

a:hover {
	color : #7B7B7B;
	text-decoration : none;
}


#regionTable{
	width: 100%;
}

#regionTable td{
	padding: 10px;
	vertical-align: top;
	width: 200px;
	text-align: left;
}

#regionTable td img{
	margin-right: 5px;
	vertical-align: top;
}


/* Header Style */

#page_header {
	margin : 0px auto;
	width : 1000px;
	height : 80px;
	text-align : left;
	overflow : hidden;
}

#page_title {
	margin-left : 3px;
	margin-top : 13px;
	width : 180px;
	height : 44px;
	float : left;

}

#topic {
	text-align:center;
	margin-top: 20px;
	vertical-align: middle;
	position: absolute;
	width: 1000px;
	align:center;
	clear:none;
	display: block;
	z-index: 2;
}

#page_title img {
	position : absolute;
	top : 15px;
	margin-left : 5px;
}

#header_search {
	margin-top : 25px;
	width : 220px;
	float : right;
	background : url('/images/search_icon.gif') no-repeat 0px 11px;
	overflow : hidden;
	z-index: 1;
}

#header_search form {
	margin-top : 4px;
	margin-left : 16px;
}

#header_search input {
	margin-top : 4px;
	width : 133px;
	float : left;
	font-size : 11px;
	border : #737472 1px solid;
}

#header_search input.submit {
	width : 30px;
	height : 18px;
	position : relative;
	top : 2px;
	margin : 2px;
	border : none;
}



/* Menu Style */

#page_menu {
	margin : 0px auto;
	width : 1000px;
	height : 35px;
	float : none;
	clear : both;
	text-align : center;
	background : #00209F;
}

#page_menu ul {
	height : 35px;
}

#page_menu li {
	padding : 12px 14px 0px;
	height : 14px;
	float : left;
	display : block;
	position: relative;
}



#page_menu li.right {
	float : right;
}


#page_menu li a {
	color : #E4E1E1;;
	font-size : 11px;
	line-height : 11px;
	font-weight : bold;
	text-decoration: none;
}
#page_menu li a:hover {
	color: #fff;
}


ul.menu {
	margin : 0px auto;
	width : 100%;
	height : 20px;
	float : none;
	clear : both;
}

ul.menu {
}

ul.menu li {
	padding-right:10px;
	height : 14px;
	float : left;
	display : block;
	position: relative;
}



ul.menu li.right {
	float : right;
	margin-right: -10px;
}


ul.menu li a {
	font-size : 11px;
	line-height : 11px;
	font-weight : bold;
	text-decoration: none;
}
ul.menu li a:hover {
	color: black;
}

/* Main Body Style */

#page_wrapper {
	margin : 0px auto;
	width : 1000px;
	text-align : left;
	display : block;
	clear : both;
}

#page_leftcol {
	width : 179px;
	float : left;
}

#page_maincol {
	margin-left : 14px;
	width : 608px;
	float : left;
}

#page_rightcol {
	margin-left : 13px;
	width : 185px;
	float : right;
}


/* Left Column Style */

.leftcol_box {
	width : 177px;
	background : #fff;
	overflow : hidden;
	display : block;
	clear : both;
}

.leftcol_box h2 {
	padding : 7px 0px;
	width : 177px;
	height : 11px;
	color : #fff;
	font-size : 11px;
	line-height : 11px;
	font-weight : bold;
}

.leftcol_box h2 span {
	left : 13px;
	display : block;
	position : relative;
}

.leftcol_box .content {
	margin : 15px 14px;
	width : 149px;
}

.leftcol_box .footnote {
	padding-left : 5px;
	padding-right : 5px;
	text-align : left;
	color : #949393;
	clear : both;
}

.leftcol_box form {
	width : 149px;
	float : none;
}

#books_search .content {
	text-align: left;

	margin-right: 0px;
}


#books_search h2 {
	background-color : #7EB610;
	border-bottom : #A2B565 1px solid;
}

#books_search a {
	color : #D14A4A;
	font-weight : bold;
}

#books_search a:hover {
	color : #EF7C7C;
	text-decoration : none;
	position : static;
}

#books_search input {
	margin-bottom : 14px;
	padding-left: 2px;
	font-size: 9px;
	width : 145px;
}

#books_search select {
	margin-left : 0px;
	padding-left: 2px;
	margin-bottom : 14px;
	width : 100px;
	float : left;
	clear : right;
}

#books_search input.submit {
	margin-left : 9px;
	width : 28px;
	height : 16px;
	float : right;
}

#catalog h2 {
	background-color : #F8C055;
	border-bottom : #F8C055 1px solid;
}

#catalog .content {
	text-align : left;
}

#catalog .content img{
	margin-right: 5px;
}

#catalog ul {
	margin-left : 4px;
	margin-right : 4px;
	margin-bottom : 14px;
	width : 141px;
	height : 97px;
	background : url('/images/catalog_bg.gif') 0px 0px;
	overflow : hidden;
}

#catalog li {
	display : block;
	float : left;
}

#catalog li span {
	padding-top : 6px;
	padding-bottom : 5px;
	width : 20px;
	text-align : center;
	position : relative;
	display : block;
}

#catalog li a {
	color : #B0ADAD;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}

#catalog a:hover {
	color : #716E6E;
}

#catalog .footnote {
	font-weight : bold;
	line-height : 13px;
}

#catalog .footnote h4 {
	padding-bottom : 5px;
	color : #716E6E;
	text-transform : uppercase;
	font-size : 9px;
}

#catalog .footnote em {
	color : #D14A4A;
	font-style : normal;
}

#knowmore {
	margin-top : 13px;
	width : 179px;
	height : 114px;
	overflow : hidden;
	background : url('/images/knowmore_bg.gif') #83A028 no-repeat 0px 0px;
	color : #FEFEFE;
	text-align : left;
}

#knowmore h2 {
	height: 23px;
	line-height: 25px;
	margin-left: 10px;
	font-size : 11px;

}

#knowmore span.image {
	float : left;
	display : block;
	width : 65px;
	height : 45px;
}

#knowmore p {
	margin-left : 10px;
	width : 160px;
	text-align : right;
}

#knowmore .readmore {
	margin-right : 5px;
	text-align : right;
	font-weight : bold;
	clear : both;
}

#knowmore a {
	color : #fff;
}

#newsletter h2 {
	background-color : #58A4DE;
	border-bottom : #58A4DE 1px solid;
}

#newsletter .content {
	margin : 8px 14px 5px;
	width : 149px;
}


#newsletter .content ul li{
	list-style-type: disc;
	font-size: 11px;

}


#newsletter input {
	margin-bottom : 8px;
	width : 140px;
}

#newsletter input.submit {
	margin-bottom : 10px;
	width : 66px;
	height : 17px;
	float : right;
}


/* Main Column Style */

#maincol_top {
	margin-top : 13px;
	width : 100%;
	height : 137px;
	background : #F42A41;
	overflow : hidden;
}

#maincol_top h2 {
	margin-top : 13px;
	height : 32px;
	color: #fff;
}


#maincol_top .content {
	position : absolute;
	margin-left : 5px;
	width : 590px;
	color : #fff;
}

#maincol_top .content img {
	margin-right: 10px;
}


#maincol_top .readmore {
	margin-top : 8px;
	text-align : right;
}

#maincol_top a {
	color : #fff;
	font-weight : bold;
	text-decoration : none;
}

#maincol_top a:hover {
	text-decoration : underline;
}

.maincol_box {
	width : 100%;
	overflow : hidden;
}

.maincol_box h2 {
	height : 26px;
}

#bestsellers {
	overflow : hidden;

}

#bestsellers h2 {
	background : #00209F;
	display: block;
	color: #fff;
	font-size: 11px;
	line-height: 25px;

}

#bestsellers h2.yellow{
	background-color : #F8C055;
}


#bestsellers h2.red{
	background-color: #F42A41;
}

#bestsellers h2.green{
	background-color: #7EB610;
}


#bestsellers h2 span, #popular h2 span, #fotos h2 span{
	top: 3px;
	margin-left: 10px;
}


#bestsellers .content {
	margin: 10px;
	font-size: 11px;
	text-align: left;

}

#bestsellers .wrapper {
	margin-top : 10px;
	margin-left : 10px;
	position : absolute;
	width : 160px;
}

#bestsellers .bookcover {
	float : left;
	position : static;
	margin-right: 5px;
}

#bestsellers .bookcover {

}

#bestsellers p {
	text-align:left;
}

#bestsellers .info {
	float : none;
	width : 160px;
}

#bestsellers .price h3 {
	color : #E9993D;
	font-size : 9px;
	font-weight : bold;
	float : left;
}

#bestsellers .buynow {
	font-weight : bold;
	float : right;
}

#bestsellers .buynow a {
	color : #577D0E;
}

#bestsellers .buynow a:hover {
	color : #7FAA2D;
	text-decoration : underline;
}

#popular h2{
	display: block;
	color: #fff;
	font-size: 11px;
	line-height: 25px;
}



h2.red{
	background-color: #F42A41;
}

h2.green{
	background-color: #7EB610;
}

#popular p{
	margin: 10px;
}







#popular  .word {
  	font-family: Tahoma;
  	padding: 4px 4px 4px 4px;

  }
#popular  span a{
  	text-decoration: none;
  }
#popular  span.size1 a{
  	font-size: 2.4em;
  }
#popular  span.size2 a{
  	font-size:2.2em;
  }
#popular  span.size3 a{
  	font-size: 2.0em;
  }
#popular  span.size4 a{
  	font-size: 1.0em;
  }
#popular  span.size5 a{
  	font-size: 1.6em;
  }
#popular  span.size6 a{
  	font-size: 1.4em;
  }
#popular  span.size7 a{
  	font-size: 1.2em;
  }
#popular  span.size8 a{
  	font-size: .8em;
  }
#popular  span.size0 a{
  	font-size: .6em;
  }




/* Right Column Style */

.rightcol_box {
	width : 183px;
	background-color : #fff;
	overflow : hidden;
}

.rightcol_box h2 {
	width : 183px;
	height : 26px;
}

#latest h2 {
	background : #5C5E5F;
	color: #fff;
	font-size: 11px;
	line-height: 25px;
	padding-left: 10px;
}

#latest .wrapper {
	position : relative;
	margin : 0px 9px;
	width : 164px;
	overflow : hidden;
	text-align: left;
}

#latest h3 {
	clear : both;
	margin-top : 15px;
	margin-bottom : 0px;
	color : #234662;
	font-size : 9px;
	font-weight : bold;
}

#latest h4 {
	clear : both;
	margin-top : 3px;
	margin-bottom : 15px;
}


#latest .thumbnail {
	margin-right : 5px;
	margin-bottom : 5px;
	float : left;
	position : static;
}

#latest p {
	margin-top : 2px;
	margin-bottom : 12px;
	text-align: left;
}

#latest p a{
	white-space: nowrap;
}


#latest .readmore {
	margin : 30px 0px 5px;
	text-align : right;
	clear : both;
	float : none;
	font-weight : bold;
}

#latest .readmore a {
	color : #5C5E5F;
	text-decoration : none;
}

#latest .readmore a:hover {
	color : #8C8F91;
	text-decoration : none;
}


/* Footer Style */

#page_spacing {
	clear : both;
	float : none;
	border-top : #fff 5px solid;
}

#page_footer {
	margin : 0px auto;
	margin-top: 20px;
	width : 1000px;
	height : 21px;
	background-color : #5C5E5F;
	font-size : 10px;
	color : #C8C6C6;
}

#page_footer a {
	color : #E4E1E1;
	text-decoration : none;
}

#page_footer a:hover {
	color : #fff;
}

#page_footer #rights {
	padding-top : 3px;
	padding-left : 15px;
	float : left;
}

#page_footer #links {
	padding-top : 3px;
	padding-right : 10px;
	float : right;
	font-weight : bold;
}

#page_footer #links span {
	margin-left : 20px;
	display : block;
	position : relative;
	float : left;
}

#page_credit {
	margin-top : 15px;
	margin-bottom : 7px;
	text-align : center;
	font-size : 12px;
	color : #010101;
}

#page_credit a {
	text-decoration : none;
	color : #010101;
}

#page_credit a:hover {
	color : #464646;
}



.borderbox {
	clear : both;
	float : none;
	margin-top : 13px;
	border : #A5A4A4 1px solid;
}


img {
	border: 0px;
}

p {
	text-align : left;
	line-height : 13px;
	margin: 0px;
}


input {
	padding : 2px 0px 1px 7px;
	background-color : #fff;
	color : #949393;
	border : #D7D7D7 1px solid;
	font-family : tahoma, sans-serif;
	font-size : 9px;
	font-weight : bold;
}

select {
	padding : 2px 0px 1px 7px;
	background-color : #fff;
	color : #949393;
	border : #D7D7D7 1px solid;
	font-family : tahoma, sans-serif;
	font-size : 9px;
	font-weight : bold;
}

input.submit {
	padding : 0px;
	border : none;
	cursor : pointer;
}

.clearthis {
	margin : 0px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
}
