/* CSS Document */
html{margin:0;padding:0;}
body{
	margin:0;
	padding:0;
	font: 1em Arial;
	min-width: 980px;
	background-color: #CCD9DD;
}

a:link, a:visited{text-decoration: none;}
.clr{clear: both;}
.clr_left{clear: left}
.clr_right{clear:right}


* html .min-width{
	border-left: 980px solid #CCD9DD;
	height: 1px;
}

* html .container{
	margin-left: -960px;
	height: 1px;
}



/** HEADER STYLES**/
#header{
	background: url(/memorycards-web/images/gradient1.gif) repeat-x top left;
	border-bottom: 1px solid #F6EDC0;
	height: 80px;
	overflow: hidden;
	position:relative;
}

.searchform{
	float: right;
	padding-top: 23px;
	padding-right: 10px;
}

* html .searchform{
	padding-top: 20px;
}

.searchform form,
.searchform div{
	margin:0;
	padding:0;
}
.bginput{
	background: #fff url(/memorycards-web/images/bginput.gif) repeat-x top left;
	border: 1px solid #ccc;
	height: 20px;
}

.search_button{
	border:0;
	background: url(/memorycards-web/images/search.gif) no-repeat bottom;
	width: 59px;
	height: 25px;
}

.tabs ul{
	margin:0;
	padding:0;
	margin-left: 30px;
	margin-top: -1px;
	position: relative;
}
* html .tabs ul{height: 1px;}
.tabs li{
	list-style: none;
	display: inline;
	font-size: .8em;
}
.tabs li a:link,
.tabs li a:visited{
	float: left;
	color: #000;
	font-weight: bold;

	background: url(/memorycards-web/images/tab_left.gif) no-repeat top left;
	padding: 5px 0px 10px 9px;
	margin-right: 2px;
}
.tabs li a span{
	background: url(/memorycards-web/images/tab_right.gif) no-repeat top right;
	padding: 5px 13px 10px 4px;
}
.tabs li a:hover{background-position: bottom left; color:white}
.tabs li a:hover span{background-position: bottom right}
/** END HEADER STYLES**/


/*CONTENT WRAPPER*/
.content_wrapper{
	background: #fff url(/memorycards-web/images/gradient2.gif) repeat-x top left;
	margin: 0 0px;
	position: relative;
}

.main_content_wrapper{
	padding-left: 222px;
	position: relative;
	padding-top: 10px;
}
*:first-child+html .main_content_wrapper{	height: 1%;}
* html .main_content_wrapper{	height: 1px; }

.main_content_wrapper .left{
	position: relative;
	float: left;
	width: 202px;
	margin-left: -202px;
}

* html .main_content_wrapper .left{
	margin-left:0;
	margin-right: -202px;
	left: -202px;
}

.main_content_wrapper .right{
	float: left;
	width: 97%;
	padding-right: 20px;
	padding-left: 10px;	
}
*:first-child+html .main_content_wrapper .right{
	position: relative;
	margin-left: -10px;
	left: 10px;
}
* html .main_content_wrapper .right{
	padding-right: 0;
	width: 98%;
	position: relative;
}
/* END CONTENT WRAPPER*/


#footer{
	margin-top: 15px;
	background: #000 url(/memorycards-web/images/gradient3.gif) repeat-x left top;
	color: #ccc;
}

#footer .shadow_left{
}

#footer .shadow_right{	
	height: 262px;
	overflow: hidden;
	padding: 0px 30px 0px 30px;
}

.footer_logo{
	float: right;
}

.footer_list{
	 float: left;
	 padding-right: 30px;
}
#footer .feedback{
	width: 250px;
}

#footer .about{
	width: 400px;
}
.list_header{
	margin:0;
	padding:0;
	padding-top: 15px;
	color: #fff;
	padding-bottom: 5px;
}

.list_description{
	color: #ccc;
	margin:0;
	padding:0;
	font-size: .8em;
}

.view_more a:link,
.view_more a:visited{
	color: #5EB5D6;
	font-weight: bold;
	font-size: .9em;
}
.view_more a:hover{color: #fff;}

.archive_list ul{
	margin:0;
	padding:0;
}

.archive_list li{	list-style:none;}
.archive_list li a:link,
.archive_list li a:visited{
	font-size: .8em;
	color: #ccc;
}

.archive_list li a:hover{
	color: #fff;
}

.copyright{
	font-size: .6em;
	color: #888;
}

.copyright a:link,
.copyright a:visited{
	color: #888;
}
.copyright a:hover{
	color: #fff;
}




.box{margin-bottom: 10px;}
*:first-child+html .box{height: 1%;}
* html .box{height: 1px;}
* html .box_top{height: 1px;}

.box_top{background: #262D32 url(/memorycards-web/images/box_border.gif) repeat-x top;}
.box_bottom{background: #F3F1E3 url(/memorycards-web/images/box_border.gif) repeat-x bottom;}
.box_left{background: url(/memorycards-web/images/box_border.gif) repeat-y left;}
.box_right{background: url(/memorycards-web/images/box_border.gif) repeat-y right;}

.box_topleft{background: url(/memorycards-web/images/box_tl.gif) no-repeat top left;}
.box_topright{background: url(/memorycards-web/images/box_tr.gif) no-repeat top right;}
.box_bottomleft{background: url(/memorycards-web/images/box_bl.gif) no-repeat bottom left;}
.box_bottomright{background: url(/memorycards-web/images/box_br.gif) no-repeat bottom right;}

.first_box .box_topleft{background-image: url(/memorycards-web/images/box_tl1.gif)}
.first_box .box_topright{background-image: url(/memorycards-web/images/box_tr1.gif)}


/**sidebar*/
.box_title{
	font-size: 1em;
	color: #fff;
	margin:0;
	padding: 9px 0 4px 15px;
}
.sidebar_list{}
.sidebar_list ul{
	margin:0;
	padding: 5px 20px 10px 10px;
}
.sidebar_list li{
	list-style: none;
	font-size: .8em;
	font-weight: bold;
	padding-left: 8px;
	line-height: 20px;
}
.sidebar_list li a:link,
.sidebar_list li a:visited{
	color: #0B82CA;
	background: url(/memorycards-web/images/bullet1.gif) no-repeat left 5px;
	padding-left: 13px;
}
.sidebar_list li a:hover{
	color: #96B84D;
}

.list2 li{
	border-bottom: 1px dotted #999;
	padding-left: 5px;
}
.recent_posts  li{
	line-height: normal;
	padding-bottom: 5px;
}
.recent_posts .title a:link,
.recent_posts .title a:visited{	color: #000;}
.recent_posts .title a:hover{color: #96B84D;}
.recent_posts .description{
	color: #666;
	font-size: .85em;
	font-weight: normal;
}
/**end sidebar*/


/* content pages style*/
.page_title_wrapper{
	border-bottom: 4px solid #97C92C;
	padding-bottom: 5px;
}
.page_title{	
	font-size: 1.2em;
	margin:0;
	padding:0;
}
.page_description{ 
	margin:0;
	padding:0;
	color: #999;
	font-size: .8em;
	padding-bottom: 3px;
}

.page_heading{
	font-size: .9em;
	font-weight: bold;
	padding-bottom: 6px;
	color: #000;
}
.page_wrapper{
	padding-top: 1em;
	font-size: .8em;
}
.page_paragraph{
	padding-bottom: 1em;
}
.page_paragraphsmallgap{
	padding-bottom: 3px;
}

.page_description .label{
	color: #000; 
	float: left; 
	width: 60px;
}
.page_description .view_more a:link,
.page_description .view_more a:visited{color: #09f;}
.page_description .view_more a:hover{color: #000;}


.pd_list {
	margin-left: 70px;
	margin-bottom: 6px;
	font-style: italic;
}
.pd_list a:link,
.pd_list a:visited{
	color: #0099FF;
	font-size: .9em;
}
.pd_list a:hover{color: #000;}


.contact_left{
	float: left;
	width: 100px;
}
.contact_right{
	margin-left: 105px;
	margin-bottom: 3px;
}
.contact_input{
	width: 400px;
}
.contact_textarea{
	width: 400px;
	font-family: arial;
	font-size: 10pt;
}
/* end content pages */



/* THUMBNAILS*/
.thumbnail_content_wrapper{
	text-align: center;
/*	width: 77%;
	margin: 0 auto;
*/
}
.thumbnail_list{ 
	text-align: center;
/* clear: both*/
}
.thumb_wrapper{
	float: left;
	width: 175px;
	text-align: center;
	background-color: #F3F1E3 ;
	margin: 10px 13px 10px 0;
}
.thumb_top{background: url(/memorycards-web/images/thumb_border.gif) repeat-x top;}
.thumb_bottom{background: url(/memorycards-web/images/thumb_border.gif) repeat-x bottom;}
.thumb_left{background: url(/memorycards-web/images/thumb_border.gif) repeat-y left;}
.thumb_right{background: url(/memorycards-web/images/thumb_border.gif) repeat-y right;}

.thumb_topright{background: url(/memorycards-web/images/thumb_tr.gif) no-repeat top right}
.thumb_bottomleft{
	background: url(/memorycards-web/images/thumb_bl.gif) no-repeat bottom left;
	padding: 8px 7px;
}


.thumb_wrapper .image_wrapper img{
	vertical-align: middle;
}
.thumb_wrapper .image_wrapper{
	background-color: #fff;
	margin: 0 auto;

	border: 2px solid #B1AFA9;
	width: 145px;
	height: 105px;
	overflow: hidden;
}

.item_wrapper{
	text-align: left;
	padding: 5px;
}

.item_name {
	text-align: center;
}

.item_name a:link,
.item_name a:visited{
	color: #000;
	font-size: .8em;
	font-weight: bold;
}

.item_name a:hover{	color: #96B84D;}

.item_description{
	font-size: .7em;
	color: #666;
}

.pagination{ 
	border-top: 2px solid #666;
	padding-top: 3px;
	margin-top: 3px;
}
.pagination .label{
	margin:0;
	padding:0;
	font-size: .7em;
	float: left;
	padding-top: 3px;
	padding-bottom: 10px;
}

.pagination ul{
	margin:0;
	padding:0;
}

.pagination li{
	float: left;
	display: inline;
	list-style: none;
	color: #666;
}

.pagination li a{
	padding: 5px;
}

.more{padding-top: 6px;}

.more a:link,
.more a:visited,
.pagination li a:link,
.pagination li a:visited{
	color: #666;
	font-size: .7em;
	font-weight: bold;
}
	
.pagination li a:hover,
.more a:hover{color: #96B84D}


.result_count{
	padding: 1em 0 0.5em 0;
	font-size: .9em;	
}


/**listing page style**/
.table_list{
	width: 100%;
	font-size: .8em;
}

.table_list td{
	margin: 0;
	padding: 5px 3px;
}

.table_list thead{
	background: #333;
	color: #fff;
	font-weight: bold;
}

.table_list .price a:link,
.table_list .price a:visited{
	color: #39f;
}
.table_list .prod_name a:hover{color: #000;}

.table_list .prod_name a:link,
.table_list .prod_name a:visited{
	color: #39f;
}
.table_list .prod_name a:hover{color: #000;}

.table_list tr.alt1{	background-color: #F3F1E3; }
.table_list tr.alt2{	background-color: #ddd; }
/**listing page style**/

.listing_page .page_description{
	color: #000;
}

.graytext{color: #666}

.update{
	color: #fff;
	font-size: .75em;
	position: relative;
	top: 10px;
}

.invisible{font-size: 1px; background: transparent}




.product_list{ 
	clear: both; 
	font-size: .8em;

}
.product_list ul{
	margin: 0;	
	padding:0;
	
}
.product_list li{
	list-style: none;
	display: inline;
}

.product_list .thead {
	width: 100%;			
	background: #000;
	color: #fff;
	text-transform: capitalize;
	font-weight: bold;
	line-height: 25px;
}

.product_list .name div{
	float: left; 
	padding-left: 5px;
	width: 40%;
	display: block;
}
.product_list .type div			{width: 60px; float: right;}
.product_list .capacity div		{width: 70px; float: right;}
.product_list .brand div		{width: 80px; float: right;}
.product_list .merchant div		{width: 80px; float: right;}
.product_list .price div		{width: 80px; float: right;}
.product_list .price div img	{position: relative; top: 3px;  margin-left: 5px;}

.product_list li div{padding:  0 5px;}

.product_list .tbody{width: 100%; line-height: 25px;}
.product_list .alt1{background: #F3F1E3;}
.product_list .alt2{background: #ddd;}

.product_list .tbody .price,
.product_list .tbody .name a:link,
.product_list .tbody .name a:visited{color: #39f;}
.product_list .tbody .name a:hover{color: #000}



.guides_table {
	font-size:  9pt;
}
.guides_table thead{
	background: #333;
	color: #fff;
	font-weight: bold;
}
.guides_table td{
	margin: 0;
	padding: 5px 5px
}

.guides_table tr.alt1{	background-color: #F3F1E3;}
.guides_table tr.alt2{	background-color: #ddd;}



.blogleftcol {
}
.blogmiddlecol {
	width: 30px;
}
.blogrightcol {
	width: 120px;
}
.blogdate {
	border: 3px solid #0D558F;
	background-color: #EAE5E1;
	font-weight: bold;
	width: 60px;
}
.blogdatetop {
	font-size: 14px;
	color: #0D558F;
}
.blogdatebottom {
	font-size: 20px;
	color: #0D558F;
}
.blogtitlerowspacer {
	width: 10px;
}
.blogentrytitle {
	font-size: 18px;
	font-weight: bold;
	color: #0D558F;
}
.bloghr {
	height: 1px;
	color: #0D558F;
	background-color: #0D558F;
	border: 0;
}
.blogentrymeta {
	font-size: 12px;
	color: #608DAA;
}
.blogrightcolline {
	color: #0D558F;
	line-height: 175%;
}
.blogcommentcounter {
	font-size: 125%;
}
.blogcommentdate {
	font-size: 85%;
}
.blogcommentname {
	font-size: 125%;
}
.blogcommenttext {
	margin-top: 6px;
}
.blogcommentleave {
	font-size: 125%;
	padding-bottom: 6px;
	font-weight: bold;
}
.blogcommenterror {
	font-size: 125%;
	padding-bottom: 6px;
	font-weight: bold;
	color: red;
}
.blogcommentlabels {
	font-size: 80%;
	padding-bottom: 2px;
}
.blogcommentlabels2 {
	font-size: 80%;
	padding-top: 6px;
	padding-bottom: 2px;
}
.blogcommentinputs {
	font-family: arial;
	font-size: 10pt;
}
.blogcommentdisclaimer {
	font-size: 90%;
	padding-top: 3px;
	padding-bottom: 6px;
}