/*	////	TAGS
	////////////////////////////////////////////////////////////////// */
body {
	background-color: #E6E6E6;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
h1 {
	font-size: 12px;
	color: #0099FF;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
h2 {
	font-size: 14px;
	color: #0099FF;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
h3 {
	font-size: 11px;
	font-weight: normal;
	color: #0099FF;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:active {
	color: #0099FF;
	text-decoration: none;
}

a:hover {
	color: #0099FF;
	text-decoration: underline;
}

p {
	line-height: 120%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

/*	////	USED FOR LAYOUT
	////////////////////////////////////////////////////////////////// */

#container {
	padding: 0px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
} 
#main {
	background-image: url(../img/bg_main.jpg);
	margin: 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#bg_top {
	background-image: url(../img/bg_top.jpg);
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 930px;
} 
#bg_bottom {
	background-image: url(../img/bg_bottom.jpg);
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 930px;
}

/*	////	USED FOR ADMIN NAVIGATION
	////////////////////////////////////////////////////////////////// */

#mainBar {
	background-color: #666666;
	padding: 0px;
	margin: 0px;
	height: 20px;
	font-size: 12px;
	color: #FFFFFF;
}
#mainBar ul {
	margin: 0px;
	padding-top: 2px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: inline;
}
#mainBar ul li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	position: relative;
}
#mainBar li:hover ul { 
	display: block; 
}
#mainBar ul li a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 6px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
}
#mainBar ul li a:hover {
	color: #0099FF;
	background-color:#FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 6px;
	padding-left: 15px;
	padding-right: 15px;
}
#mainBar ul li ul {
	position: absolute;
	left: 0px;
	top: 18px;
	display: none;
	background-color: #C0E6FF;
	width: 160px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 10px;
}
#mainBar ul li ul li {
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#mainBar ul li ul li a {
	color: #FFFFFF;
	background-color: #0099FF;
	text-decoration: none;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	display: block;
}
#mainBar ul li ul li a:hover {
	color: #0099FF;
	background-color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
}




/*	////	BOXES
	////////////////////////////////////////////////////////////////// */



/*	Width of page WITH logo and menu */
#box_688 {
	width: 688px;
	background-image: url(../img/box_688_mid.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}
#box_688_container {
	float: left;
}
#box_688 .txt {
	padding: 15px;
}

/*	Landscape box for front page */
#box_430 {
	float: left;
	width: 400px;
	background-image: url(../img/box_430.jpg);
	background-repeat: no-repeat;
	height: 300px;
	padding: 15px;
}

/*	Portrat box for front page */
#box_255 {
	float: right;
	width: 225px;
	background-image: url(../img/box_255.jpg);
	background-repeat: no-repeat;
	height: 300px;
	padding: 15px;
}

#featured_image {	
	position:relative;
}
#featured_image div {	
	position:absolute;
	bottom:0;
	left:0;
	padding-bottom: 5px;
}
#featured_image h1 {
	display: inline;
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}
#featured_image h2 {
	display: inline;
	font-size: 12px;
	color: #FFFFFF;
	font-style: italic;
}

#box_255 .slider {
	overflow: auto;
	height: 280px;
	width: 205px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#box_430 .slider {
	overflow: auto;
	height: 280px;
	width: 380px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/*	Width of whole page without menu and logo on left */
#box_main {
	background-image: url(../img/box_large_mid.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	width: 840px;
	margin: 0px;
}
#box_top {
	background-image: url(../img/box_large_top.jpg);
	background-repeat: no-repeat;
	height: 6px;
	font-size: xx-small;
	padding: 0px;
	margin: 0px;
}
#box_bottom {
	background-image: url(../img/box_large_bottom.jpg);
	background-repeat: no-repeat;
	height: 6px;
}
.box_preview {
	text-align: center;
	width: 500px;
	float: right;
}
.box_preview_options {
	width: 320px;
	float: left;
	background-color: #C0E6FF;
}
.stretch {
	background-color: #0099FF;
	color: #fff;
	display: block;
	height: 17px;
	text-decoration: none;
	background-image: url(../img/title_bg_320.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

.stretch a {
	color: #FFFFFF;
}
.stretch_out {
	background-color: #0099FF;
	color: #fff;
	display: block;
	height: 17px;
	text-decoration: none;
	background-image: url(../img/title_bg_320.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
.stretch_full {
	background-color: #0099FF;
	color: #fff;
	display: block;
	height: 17px;
	text-decoration: none;
	background-image: url(../img/title_bg_810.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
.stretcher {
	padding-left: 5px;
	padding-right: 5px;
}
.stretcher_out {
	padding-left: 5px;
	padding-right: 5px;
}
.stretcher p {
	padding-top: 5px;
}
.box_selector {
	height: 150px;
	background-color: #FFFFFF;
	overflow: auto;
	padding: 3px;
	width: 302px;
}
.row_selected {
	background-color: #C0E6FF;
}


/*	////	Global Navigation
	////////////////////////////////////////////////////////////////// */

#mainMenu {
	background-color: #C0E6FF;
	text-align: right;
	height: 50px;
	padding-right: 10px;
}
#mainMenu_logo {
	background-color: #C0E6FF;
	text-align: right;
	height: 50px;
	background-image: url(../img/asiadigital_logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 10px;
}
#mainMenu ul, #mainMenu_logo ul {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainMenu li, #mainMenu_logo li {
	display: inline;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 0px;
	margin-top: 20px;
}
#mainMenu a {
	text-decoration: none;
	color: #666666;
}
#mainMenu a:link, #mainMenu a:visited, #mainMenu a:active {
	padding-left: 20px;
	background-image: url(../img/bullet_off.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}
#mainMenu a:hover{
	color: #0099FF;
	padding-left: 20px;
	background: url(../img/bullet_on.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}
#mainMenu_logo a {
	text-decoration: none;
	color: #666666;
}
#mainMenu_logo a:link, #mainMenu_logo a:visited, #mainMenu_logo a:active {
	padding-left: 20px;
	background-image: url(../img/bullet_off.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}
#mainMenu_logo a:hover{
	color: #0099FF;
	padding-left: 20px;
	background: url(../img/bullet_on.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}

/*	////	Side Navigation
	////////////////////////////////////////////////////////////////// */

#box_fpmenu {
	float: left;
	width: 180px;
	height: 320px;
	text-align: center;
	padding-top: 10px;
}
#box_fpmenu ul {
	text-align: left;
	margin: 0px;
	padding-left: 27px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#box_fpmenu ul li {
	list-style-type: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#box_fpmenu ul a:link, #box_fpmenu ul a:visited {
	color: #666666;
	padding-left: 13px;
	background-image: url(../img/bullet_off.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	text-decoration: none;
}
#box_fpmenu ul a:hover {
	color: #C30;
	padding-left: 13px;
	background: url(../img/bullet_on.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	text-decoration: none;
}

/*	////	Styles for "Latest Images" box on front page
	////////////////////////////////////////////////////////////////// */

#box_870 {
	float: left;
	width: 840px;
	background-image: url(../img/box_870.jpg);
	background-repeat: no-repeat;
	height: 205px;
	padding: 15px;
}
.box_thumb_130_container {
	margin-top: 5px;
	margin-left: 4px;
	margin-right: 4px;
	float: left;
	cursor: pointer;
	width: 130px;
	height: 190px;
}
.box_thumb_130_landscape:hover, .box_thumb_130_portrait:hover {
	background-color: #C0E6FF;
}
.box_thumb_130_landscape {
	height: 90px;
	width: 120px;
	float: left;
	border: 1px solid #CCCCCC;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}
.box_thumb_130_portrait {
	height: 120px;
	width: 90px;
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

/*	////	Footer
	////////////////////////////////////////////////////////////////// */

#footer {
	background-color: #C0E6FF;
	text-align: left;
	height: 50px;
	background-image: url(../img/footer_logo.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 40px;
	padding-left: 10px;
}
#footer_googleads {
	background-color: #C0E6FF;
	text-align: left;
	background-image: url(../img/footer_logo.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*	////	Generic Classes
	////////////////////////////////////////////////////////////////// */

.prop {
    float: right;
    width: 1px;
}
.clear {
    clear: both;
}
.txt_grey {
	color: #999999;
}
.img_left {
	padding-right: 10px;
	padding-bottom: 10px;
}
.img_right {
	padding-left: 10px;
	padding-bottom: 10px;
}

/* MSG STYLES */

.msg_box_green {
	border: 1px solid #00CC00;
	padding: 3px;
	color: #000000;
	background-color: #9BFF9B;
	margin-bottom: 10px;
}

.msg_box_blue {
	border: 1px solid #0033FF;
	padding: 3px;
	color: #000000;
	background-color: #AEAEFF;
	margin-bottom: 10px;
}

.msg_box_red {
	border: 1px solid #FF0000;
	padding: 3px;
	color: #000000;
	background-color: #FFC1C1;
	margin-bottom: 10px;
}

.msg_box_blue h2 {
	color: #FFF;
}


/*	////	SHOPPING CART STYLES
	////////////////////////////////////////////////////////////////// */
	
/* CART BAR */

#cartBar {
	background-color: #7DC7F4;
	color: #FFFFFF;
	height: 20px;
	text-align: right;
	padding-right: 10px;
	padding-top: 4px;
	background-image: url(../img/icons/icon_cart.gif);
	background-repeat: no-repeat;
	/*background-position: 5px 1px;*/
	background-position: 10px 4px;
}

#cartBar a {
	color: #666666;
}
	
/* SHOOPING CART STYLES */

#table_cart {
	width: 100%;
}
#table_cart th {
	background-color: #C0E6FF; 
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
#table_cart td {
	border-bottom: 1px solid #C0E6FF;
}
#table_cart td table td {
	border-bottom: none;
}
#table_cart table th {
	background-color: #FFFFFF;
	color: #0099FF;
	text-align: right;
	white-space: nowrap;
}


/* ADMIN TABLE */

#table_admin table {
	width: 100%;
	padding: 0px;
	background-color: #E7F6FF;
}

#table_admin th {
	background-color: #999999;
	color: #FFFFFF;
	font-size: 11px;
	text-align: left;
	padding: 2px;
}

#table_admin td {
	font-size: 10px;
	color: #666666;
	padding: 2px;
}

#table_admin tr:hover {
	background-color: #C0E6FF; 
	cursor: pointer;
}

.swatch {
	width: 15px;
	height: 15px;
	border: solid 1px #666666;
}
.td_money {
	text-align: right;
}
.bg_blue 	{	background-color: #0099FF; color: #FFFFFF;}
.bg_lgrey 	{	background-color: #E6E6E6;}
.bg_vlgrey 	{	background-color: #EBEBEB;}
.bg_dgrey 	{	background-color: #666666; color: #FFFFFF;}
.txt_green 	{ 	color: #00CC00;}
.txt_black 	{ 	color: #000000;}
.txt_red 	{ 	color: #FF0000;}
.txt_blue 	{ 	color: #0066CC;}
.old-price	{	color: #FF0000; text-decoration: line-through; }

a.link_white:link, a.link_white:visited, a.link_white:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.link_white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.box_new {
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}
.small {
	font-size: 10px;
}

