/*##########################################
	Commom Style
 
##########################################*/

hr{
	border: 0;
	height: 1px;
	color: #E1E1E1;
	background-color: #E1E1E1;
}


/*##########################################
	Form Style
 
##########################################*/

.formStyle {
	/* set width in form, not fieldset (still takes up more room w/ fieldset width */
	font: 100% arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width: 700px;
}

.formStyle fieldset {
	/ * clear: both;
	note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border: 1px solid #D5D5D5;
	padding: 10px; /* padding in fieldset support spotty in IE */
	margin: 0;
}

.formStyle fieldset legend {
	font-size: 1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
/* be careful with padding, it'll shift the nice offset on top of border  */
	color: #333333;
	font-weight: bold;
}

.formStyle label {
	display: block; /* block float the labels to left column, set a width */
	float: left;
	width: 150px;
	padding: 0;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
}

.formStyle input, .formStyle textarea {
	width: auto; /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin: 5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

.formStyle input#reset {
	margin-left: 0px; /* set margin-left back to zero on reset button (set above) */
}

.formStyle textarea {
	overflow: auto;
	border: 1px solid #D5D5D5;
	background-color: #efefef;
}

.formStyle small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

.formStyle .required{
	/* uses class instead of div, more efficient */
	font-weight: bold;
}

.formStyle br {
	clear: left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.formStyle input {
	border: 1px solid #D5D5D5;
	background-color: #efefef;
}

.formStyle .button {
	background-color: #00386E;
	font-weight: bold;
	color: #efefef;
	border: 1px solid #D5D5D5;
	cursor: pointer;
	margin: 5px 0pt 0pt 10px;
	padding: 3px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

.formStyle select {
	border: 1px solid #939FB7;
	background-color: #efefef;
	margin: 5px 0 0 10px;
	width: auto;
}

/*##########################################
	Website layout Style
 
##########################################*/

.rightColumn{
	border-right: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	background-color: #F5F5F5;
	height: 100%;
	/*float: right;*/
	width: 180px;
	margin-left: 10px;
	margin-top: -27px;
	padding-top:10px;
	/*position: relative;*/
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 200px;
}

.rightColumn a{
	color: #00386E;
	text-decoration: none;
}

.rightColumn a:hover{
	color: #B31B34;
	text-decoration: underline;
}

.rightColumn .search{
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 5px;
	font-size: 11px;
}

.rightColumn .search h3{
	color: #00386E;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0.5em 0pt 0.5em;
}

.rightColumn .module{
	border-bottom: 1px solid #E1E1E1;
	border-top: 1px solid #FFFFFF;
	padding-bottom: 5px;
}

.rightColumn .module h3{
	color: #00386E;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0.5em 0pt 0.5em;
}

.rightColumn .module img{
	float: left;
	margin-right: 5px;
}

.rightColumn .ads{
	border-bottom: 1px solid #E1E1E1;
	border-top: 1px solid #FFFFFF;
	padding-bottom: 10px;
	padding-top: 10px;
}

.rightColumn .ads img{
	border: 1px solid #FFFFFF;
}

.rightColumn .search img{
	float: left;
}

.rightColumn .search #form{
	border: 1px solid #CCCCCC;
	font-size: 11px;
	width: 105px;
}

.rightColumn .search #button{
	font-size: 11px;
	cursor: pointer;
	margin-right: 3px;
	margin-bottom: 5px;
}

.listStyle li{
	list-style-type: square;
	font-size: 11px;
	margin: 0px 0px 2px -23px;
	padding: 0px;
	color: #00386E;
}

.listStyle img{
	float: none !important;
	margin: 0px;
}


/*##########################################
	Style use for main page
 
##########################################*/

.heading{
	background-image: url(images/headingBg.jpg);
	background-repeat: repeat-x;
	color: #00386E;
	font-size: 1.3em;
	font-weight: bold;
	height: 34px;
	padding-left: 10px;
	padding-top: 9px;
}

.subHeading{
	background-image: url(images/headingBg.jpg);
	background-repeat: repeat-x;
	color: #00386E;
	font-size: 1.3em;
	font-weight: bold;
	height: 34px;
	padding-left: 10px;
	padding-top: 9px;
}

.product{
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: 335px;
	border-bottom: 1px solid #E1E1E1;
}

.product a{
	color: #00386E;
	text-decoration: none;
}

.product a:hover{
	color: #B31B34;
	text-decoration: underline;
}

.product #thumbnail{
	float: left;
	border: 1px solid #E1E1E1;
	margin-right: 10px;
	padding: 3px;
}

.line{
	border-left: 1px solid #E1E1E1;
}

.category{
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 220px;
	font-size: 11px;
}

.category #thumbnail{
	float: left;
	border: 1px solid #E1E1E1;
	margin-right: 10px;
	padding: 3px;
}

.category a{
	color: #00386E;
	text-decoration: none;
}

.category a:hover{
	color: #B31B34;
	text-decoration: underline;
}

.intro{
	padding: 10px;
	width: 708px;
	background-color: #F5F5F5; 
}

.intro a{
	color: #00386E;
	text-decoration: none;
}

.intro a:hover{
	color: #B31B34;
	text-decoration: underline;
}
.intro #thumbnail{

	border: 2px solid #FFFFFF;
	margin-right: 10px;
}

.thumbnail{
	border: 1px solid #E1E1E1;
	padding: 3px;
}

.thumbnailLeft{
	border: 1px solid #E1E1E1;
	padding: 3px;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

/*##########################################
	Tabular format
 
##########################################*/
.tabular table {
	border-collapse: collapse;
	border: 3px solid #FFFFFF;
	border-top: 4px solid #E2EBF6;
	border-bottom: 4px solid #E2EBF6;
}

.tabular th {
	padding: 5px 10px;
	color: #004B85;
	font-weight: bold;
	text-align: left;
}

.tabular thead th {
	border: 1px solid #E1E1E1;
	white-space: nowrap;
	background: #F5F5F5;
}

.tabular tbody td ,.tabular tbody th {
	padding: 5px 10px;
	background: #fff;
	color: #000;
}

.tabular tbody th {
	color: #004B85;
	font-weight: normal;
	font-variant: normal;
	font-size: 1em;
}

.tabular tbody tr.odd {
	border: 1px solid #E1E1E1;
}

.tabular tbody tr.odd td, .tabular tbody tr.odd th {
	background: #F5F5F5;
}

.tabular tfoot td, .tabular tfoot th {
	border: none;
	padding-top: 10px;
}

.tabular caption {
	letter-spacing: 5px;
	font-style: italic;
	text-align: left;
	text-indent: 2em;
	text-transform: uppercase;
	font-size: 150%;
	padding: 10px 0;
	color: #00386E;
}

.tabular table a:link {
	color: #B31B34;
}

.tabular table th a:link {
	color: #B31B34;
	text-decoration: none;
}

.tabular table a:visited{
	color: #B31B34;
	text-decoration: line-through;
}

.tabular table a:hover{
	color: #00386E;
	text-decoration: none;
}

.tabular table a:active{
	color: #000;
}

/*##########################################
	Result list return from search function
 
##########################################*/

table.bookList{
	margin-top: 20px;
	background: #fff;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	width:100%;
}

table.bookList th {
	margin: 0;
	padding: 4px 0px;
	background: #DCDCDC;
	border-bottom: 1px solid #D5D5D5;
	padding-top: 10px;
	padding-bottom: 8px;
	background-image: url(images/headingBg2.jpg);
	background-repeat: repeat-x;
	color: #000000;
}

table.bookList td {
	margin: 0;
	padding: 8px 4px 8px 4px;
	text-align: left;
	border-bottom: 1px solid #D5D5D5;
}

table.bookList .name {
	text-align: left;
}

table.bookList  tr {
	background: #FFFFFF;
}

table.bookList tr.alt {
	background: #F7F7F7;
}

table.bookList td.digit {
	text-align:right;
}

/*##########################################
	Style for product details
 
##########################################*/


table.bookDetails{
	margin-top: 20px;
	width: 500px;
	background: #fff;
	border: 1px solid #D5D5D5;
	padding: 3px;
}

table.bookDetails #title{
	background: #F5F5F5;
	color: #00386E;
	font-size: 11pt;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
}

table.bookDetails #notAvailable{
	color: #ff0000;
}

table.bookDetails th {
	text-align: left;
	border-top: 2px solid #FFFFFF;
	color: #000000;
	background: #F5F5F5;
	padding-left: 4px;
}

table.bookDetails td {
	padding: 6px 4px 6px 4px;
	text-align: left;
}

table.bookDetails .name {
	text-align: left;
}

table.bookDetails tr.alt {
	background: #F7F7F7;
}

/*##########################################
	Infor box
 
##########################################*/


.inforBox{
	width: 550px;
	padding: 10px;
	border: 1px solid #D5D5D5;
	text-align: left;
	background-color: #F5F5F5;
}

.inforBox img{
	float: left;
	margin-right: 20px;
	padding-bottom: 20px;
	margin-top: 5px;
}

/*##########################################
	Buttons Styles
 
##########################################*/
.btn{
	background-color: #00386E;
	font-weight: bold;
	color: #efefef;
	border: 1px solid #D5D5D5;
	cursor: pointer;
	margin: 5px 0pt 0pt 10px;
	padding: 3px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

.itemBox{
	padding: 10px;
	border: 1px solid #E1E1E1;
	width: 270px;
	height: 280px;
}

.newReleaseBox{
	padding: 10px;
	border: 1px solid #E1E1E1;
	width: 600px;
	overflow: auto;
}

.addCart{
	background-image: url(images/icons/12-em-plus.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}

.itemDetails{
	background-image: url(images/icons/16-zoom.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}

.continue{
	background-image: url(images/icons/16-arrow-up.png);
	background-repeat: no-repeat;
	padding-left: 15px;
}

.checkout{
	background-image: url(images/icons/16-circle-blue-check.png);
	background-repeat: no-repeat;
	padding-left: 15px;
}

.title{
	background-image: url(images/icons/16-zoom.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
	padding-top: 2px;
}


.message
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 350px;
	background-color: #F5F5F5;
	border: 1px solid #D5D5D5;
	margin-top: 15px;
	padding: 10px;
	text-align: left;
	margin-bottom: 15px;
}

.message img
{
	float: left;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 10px;
}

/*##########################################
	Sitemap style
 
##########################################*/


#sitemap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

#sitemap li {
	list-style-type: none;
}

ul#sitemap > li {
	margin-bottom: 10px;
}

#sitemap ul li {
	list-style-image: url("images/l2_normal.gif");
}

#sitemap ul ul li {
	list-style-image: url("images/l3_normal.gif");
}

#sitemap ul li.firstfollow {
	list-style-image: url("images/l2_first_follow.gif");
}

#sitemap ul li.last {
	list-style-image: url("images/l2_last_item.gif");
}

#sitemap ul ul li.firstfollow {
	list-style-image: url("images/l3_first_follow.gif");
}

#sitemap ul ul li.last {
	list-style-image: url("images/l3_last_item.gif");
}

/*##########################################
	Media Styles
 
##########################################*/
@media print {
	#content {
	margin-left: 0;
	padding: 0;
}

	#topbox,#headersub,#footer,#navigation{
	display: none;
}

	.rightColumn{
	display: none;
}

}