/*  
Theme Name: DefaultTheme
Theme URI: http://www.thaiepay.com/themes/
Description: Default Theme for THAIEPAY Shopping Mall Store
Author: Surat Bunditraksana
Author URI: http://www.thaiepay.com/
Version: 3.0
Tags: default, clean, simple, clear
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/
/* RESET */

/*body, input, textarea, select, h1,h2,h3,h4,h5,h6,fieldset,form,label,legend,div,p*/
html,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{
	border:0;outline:0;vertical-align:baseline;background:transparent;margin:0;padding:0;
}
body, input, textarea, select, h1,h2,h3,h4,h5,h6,fieldset,form,label,legend,div,p,pre
{
	padding:0;
	font-size: 13px; /* Resets 1em to 10px */
	color: #1A1A1A; /*font-size: 12px; */
	font-family: Tahoma, Arial, Verdana;
	margin:0;
}
body
{
    background: url('../../shopdetail/19/images/cap_backround.jpg') #1A1A1A no-repeat fixed top center ;
}

/* link */
a:link, a:visited, a:active
{
	color: #F35C01;
	text-decoration: none;
}
a:hover
{
    color: #ff6600;
    text-decoration:underline;
}
/* link 
a:link, a:visited, a:active
{
	color: #1A1A1A;
	text-decoration: none;
}
a:hover
{
    color: #FF161F;
    text-decoration:underline;
}*/

ul
{
	list-style-type:none;
}
h1,h2,h3,h4,h5
{
	font-weight:bold;
	text-decoration: none;
	margin:0;
	padding:0;
}
h2
{
	font-size:21px;
	line-height:1.5em;
	margin-bottom:10px;
}
h3
{
	font-size: 16px;
	color: #333333;
	margin-bottom:10px;
}
h4
{
	font-size:13px;
}
strong {
  font-size: 110%;
  }
  
  /*===#input===*/
	input[type="text"], input[type="password"]
	{
		height:18px;
	    width:200px;
	}

	input[type="submit"],input[type="button"]
	{
		padding:0 10px;
	}
	
textarea
{
	height:150px;
    width:500px;

}
	select
	{
		height:20px;
	}
		

#page 
{
	text-align:left;
	width:1050px;
	margin: 0 auto 0 auto;
	padding:0;
    background: url('images/bg_content.gif') repeat-y top center;
	}

#header 
{
	padding:0;
	margin:0;
    width:1050px;
	}
	
	
	#headerimg
	{
		float:left;
		padding: 3px 0px 0px 0px;
		width:1050px;
		background-color:#1A1A1A;
		text-align:center;
	}
		#headerimg ul
		{
			text-align:center;
			padding:0px 0px 0px 10px;
			list-style-type:none;
		}
		#headerimg ul li
		{
			float:left;
			padding:0px 10px 0px 10px;
			text-align:center;
		}
	
		
	#headerimg h1
	{
	    float:left;
	    padding:0;
	    margin:15px 5px 15px 20px;
	}
		#headerimg div.banner1
		{
			padding-top:7px;
		}
			
		
		#headerright
		{
			width:1050px;
			height:38px;
			background:#1a1a1a url('images/tap_topmenu.gif') no-repeat top center;
			/*background: url('images/tap_topmenu.gif') no-repeat top center;*/
			float: right;
			text-align:right;
		}
		

	#headmenu
	{
		clear:both;
	    padding:0;
	    background: url('images/bg_menu.gif') no-repeat top center;
		width:1050px;
		height:138px;
	}
	#pagenav
	{
	    background: url('images/bg_menu.gif') no-repeat top center;
	    text-align:center;
		height:90px;
	}
	#pagenav-menu
	{
		padding:0;
		margin:0;
	}
	#pagenav-menu ul
	{
		list-style:none;
		font-family: Arial, Tahoma, Verdana;
		font-size: 16px;
		color: #FFFFFF;
		font-weight: bold;
		padding:0 0 0 19px;
		margin:0;
	}
	#pagenav-menu ul li
	{
		float: left;
		vertical-align: middle;
		color: #FFFFFF;
		margin:19px 0px 0px 0px;
		border-right:solid 1px #ED1C24;
		height:40px;
		padding:0;
		
	}
		#pagenav-menu a
		{
			margin:0;
		 	padding:10px 20px 11px 20px;
			display:block;
			color:#FFFFFF;
		}

		#pagenav-menu a:hover
		{
			background-position: top;
			text-decoration: none;
			color: #ED1C24;
		}
		#pagenav-menu a.active
		{
			color:#FFFFFF;
			background-color:#ED1C24;
		}
		#pagenav-menu li.first a.active
		{
			background:#ED1C24 url('images/left_home.png')  no-repeat top left;
			
		}
		#pagenav-menu a img
		{
			vertical-align:top;
			padding-right:5px;
		}
		
		#pagenav-submenu
		{
			clear:both;
			padding:0;
			margin:0;
			height:25px;
			
		}
		#pagenav-submenu ul
		{
			clear:both;
			list-style:none;
			padding:0 0 0 10px;
			font-family: Arial, Tahoma, Verdana;
			font-size: 12px;
			color: #FFFFFF;
			padding-left:20px;
			
		}
		#pagenav-submenu ul li
		{
			vertical-align: middle;
			float: left;
			color: #FFFFFF;
			border-right:solid 1px #FFFFFF;
			margin:8px 0px 0px 0px;
		}
			#pagenav-submenu a
			{
				display:block;
				padding:0px 5px;
				color:#FFFFFF;
			}
			#pagenav-submenu a:hover
			{
				text-decoration:underline;
			}
			#pagenav-submenu a.active
			{
				display:block;
				padding:0px 5px;
				color:#1A1A1A;
			}
			#pagenav-submenu a img
			{
				vertical-align:top;
				padding-right:5px;
			}

		#pagenav-mmenu
		{
			clear:both;
			padding:0;
			margin:0;
			position:absolute;
			background:#ED1C24;
			display:block;
			visibility:hidden;
		}
		#pagenav-mmenu ul
		{
			list-style:none;
			font-size: 12px;
			padding:5px;
		}
		#pagenav-mmenu ul li
		{
			color: #FFFFFF;
			border:solid 1px #FFFFFF;
			text-align:left;
		}
			#pagenav-mmenu a
			{
				padding:0px 5px;
				color:#FFFFFF;
			}
			#pagenav-mmenu a:hover
			{
				text-decoration:underline;
			}

			
	
	#searchbox
	{
		text-align:left;
		padding-left:20px;
		vertical-align:bottom;
		padding-top:10px;
		font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
		font-size: 16px;
		color: #1a1a1a;
		font-weight: bold;
	}
	#searchbox ul
	{
		list-style-type:none;
		float:left;
	}
	#searchbox ul form
	{
		float:left;
		padding:0 5px;
		border-right:solid 1px #1a1a1a;
	}
	#searchbox ul li
	{
		padding:0 2px;
		float:left;
	}
		#searchbox a
		{
			font-size: 14px;
			color: #1a1a1a;
			font-weight:normal;
		}
		#searchbox a:hover
		{
			color: #000000;
			text-decoration: underline;
		}
		#searchbox a:link
		{
			color: #1a1a1a;	
		}
		
		#searchbox a.active
		{
			display:block;
			padding:0px 5px;
			color:#1A1A1A;
		}
		#searchbox a img
		{
			vertical-align:top;
			padding-right:5px;
		}
	
	#sidebar
	{
		clear:both;
		float:left;
		width:150px;
		margin:0px 5px 5px 17px;
	}
		#sidebar div.minor-categories, #sidebar div.list-brands, #sidebar div.bestsellers
	{
		margin-bottom:20px;
	}
		
	
	#pickofweek,#news
	{
		font-family: Arial, Tahoma, Verdana;
		font-size: 11px;
		color: #1A1A1A;
	}
	
	#news div.newsdate
	{
		font-size: 11px;
		font-style:italic;
		padding-left:5px;
	}
	
	#pickofweek ul li.top,#news ul li.top
	{
		background:#FFFFFF url('images/bg_box_bk_tp.png') no-repeat bottom center;
		list-style-type:none;
		height:29px;
	}
	#pickofweek ul li.top p,#news ul li.top p
	{
		margin:8px 0 auto 3px;
		font-family: Arial, Verdana, Tahoma;
		font-size: 15px;
		color: #FFFFFF;
		font-weight: bold;
	}
	#pickofweek ul li.bottom,#news ul li.bottom
	{
		padding-top: 8px;
		background:#FFFFFF url('images/bg_box_bk_bt.png') no-repeat top center;
		list-style-type:none;
		height:27px;
		text-align:right;
	}
	#pickofweek ul li.bottom a ,#news ul li.bottom a 
	{
		font-family: Arial, Tahoma, Verdana;
		font-size: 12px;
		color: #FFFFFF;
	}
	#pickofweek ul li.bottom A:hover,#news ul li.bottom A:hover
	{
		color: #FFFFFF;
		text-decoration: underline;
	}
	
		#pickofweek ul ,#news ul 
		{
			background:#FFFFFF url('images/bg_box_bk.png') repeat-y bottom center;
		}
		#pickofweek ul li,#news ul li
		{
			padding:3px;
			background:url('images/line_gy.png') no-repeat bottom;
		}
		#pickofweek ul li div.product-name
		{
			margin:0 5px 5px 7px;
		}
		#pickofweek ul li div.product-name a
		{
			font-weight:normal;
			font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
			font-size: 11px;
			COLOR: #1A1A1A;
		}
		#pickofweek ul li div.product-name A:hover
		{
			COLOR: #FF161F;
			text-decoration: underline;
		}
		#news ul li div.news
		{
			margin:0 5px 5px 12px;
		}
		#news ul li div.news a
		{
			font-weight:normal;
			font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
			font-size: 11px;
			COLOR: #1A1A1A;
		}
		#news ul li div.news A:hover
		{
			COLOR: #FF161F;
			text-decoration: underline;
		}
		#pickofweek ul li div.product-price
		{
			margin-left:7px;
			margin-bottom:2px;
			font-size: 11px;
			COLOR: #FF161F;
			font-weight:normal;
		}
		#pickofweek ul li div.product-price s
		{
			margin-left:7px;
			margin-bottom:2px;
			font-size: 11px;
			COLOR: #333;
			font-weight:normal;
		}
		#pickofweek  ul li div.product-image
		{
			margin:3px 10px 0 7px;
			display:block;
			float:left;
			border:solid 1px #1A1A1A;

		}
			
		#chart
		{
			font-family: Arial, Tahoma, Verdana;
			font-size: 11px;
			color: #1A1A1A;
		}
		#chart ul li.top
		{
			background:#FFFFFF url('images/bg_box_rd_tp.png') no-repeat bottom center;
			list-style-type:none;
			height:29px;
		}
		#chart ul li.top p
		{
			margin:8px 0 auto 3px;
			font-family: Arial, Verdana, Tahoma;
			font-size: 15px;
			color: #FFFFFF;
			font-weight: bold;
		}
		#chart ul li.bottom
		{
			padding-top: 8px;
			background:#FFFFFF url('images/bg_box_rd_bt.png') no-repeat top center;
			list-style-type:none;
			height:27px;
			text-align:right;
		}
		#chart ul li.bottom a 
		{
			font-family: Arial, Tahoma, Verdana;
			font-size: 12px;
			color: #FFFFFF;
		}
		#chart ul li.bottom A:hover
		{
			color: #FFFFFF;
			text-decoration: underline;
		}
		
			#chart ul
			{
				background:#FFFFFF url('images/bg_box_rd.png') repeat-y bottom center;
			}
			#chart ul li
			{
				padding:3px;
				background:url('images/line_gy.png') no-repeat bottom;
			}
			#chart ul li div.product-name
			{
				margin:0 5px 5px 7px;
			}
			#chart ul li div.product-name a
			{
				font-weight:normal;
				font-size: 11px;
				COLOR: #1A1A1A;
			}
			#chart ul li div.product-name A:hover
			{
				COLOR: #FF161F;
				text-decoration: underline;
			}
			#chart ul li div.product-price
			{
				margin-left:7px;
				margin-bottom:2px;
				font-size: 11px;
				COLOR: #FF161F;
				font-weight:normal;
			}
			#chart ul li div.product-price s
			{
				margin-left:7px;
				margin-bottom:2px;
				font-size: 11px;
				COLOR: #333;
				font-weight:normal;
			}
			#chart ul li div.product-image
			{
				margin:3px 10px 0 7px;
				display:block;
				float:left;
				border:solid 1px #1A1A1A;
			}
			
		#controlcart
		{
				font-family: Arial, Tahoma, Verdana;
				color: #1A1A1A;
				font-weight:normal;
			
		}
		#controlcart ul li.top
		{
			background:#FFFFFF url('images/bg_box_rd_tp.png') no-repeat bottom center;
			list-style-type:none;
			height:29px;
		}
		#controlcart ul li.top p
		{
			margin:8px 0 auto 3px;
			font-family: Arial, Verdana, Tahoma;
			font-size: 15px;
			color: #FFFFFF;
			font-weight: bold;
		}
		#controlcart ul li.bottom
		{
			background:#FFFFFF url('images/bg_box_rd_bt2.png') no-repeat top center;
			list-style-type:none;
			height:8px;
			text-align:right;
		}
		#controlcart ul li.bottom a 
		{
			font-family: Arial, Tahoma, Verdana;
			font-size: 12px;
			color: #FFFFFF;
		}
		
			#controlcart ul
			{
				background:#FFFFFF url('images/bg_box_rd.png') repeat-y bottom center;
			}
			#controlcart ul li
			{
				padding:3px;
				background:url('images/line_gy.png') no-repeat bottom;
			}
			#controlcart ul li div.pre
			{
				font-size: 11px;
				COLOR: #FF161F;
				font-weight:normal;
			}
			#controlcart ul li div.product-name
			{
				margin:0 5px 5px 7px;
			}
			#controlcart ul li div.product-name a
			{
				font-weight:normal;
				COLOR: #1A1A1A;
			}
			#controlcart ul li div.product-name A:hover
			{
				COLOR: #FF161F;
				text-decoration: underline;
			}
			#controlcart ul li div.product-qty
			{
				padding-left:10px;
				margin-bottom:2px;
				font-size: 11px;
				font-weight:normal;
				text-align:right;
				display:block;
				float:left;
				padding-right:30px;
			}
			#controlcart ul li div.product-prices
			{
				padding-left:30px;
				padding-right:10px;
				margin-bottom:2px;
				font-size: 11px;
				COLOR: #FF161F;
				font-weight:bold;
				text-align:right;
				display:block;
			}
			#controlcart ul li div.product-image
			{
				margin:3px 10px 0 7px;
				display:block;
				float:left;
				border:solid 1px #1A1A1A;
			}
			
		#controlcart ul li.bottom A:hover
		{
			color: #FFFFFF;
			text-decoration: underline;
		}
		#controlcart ul li.welcome
		{
			padding-left:5px;
			background:none;
		}
		#controlcart ul li.welcome a
		{
			color: #f35c01;
			text-decoration: none;
		}
		#controlcart ul li.welcome A:hover
		{
			color: #ff6600;
			text-decoration: underline;
		}
		#controlcart ul li.total
		{
			text-align:right;
			color: #f35c01;
			padding-right:5px;
			background:none;
		}

	#promotion
	{
		font-family: Arial, Tahoma, Verdana;
		color: #1A1A1A;
		font-weight: bold;
	}
		
		#promotion ul li.top
		{
			background:#FFFFFF url('images/bg_box_rd_tp.png') no-repeat bottom center;
			list-style-type:none;
			height:29px;
		}
		#promotion ul li.top p
		{
			margin:8px 0 auto 3px;
			font-family: Arial, Verdana, Tahoma;
			font-size: 15px;
			color: #FFFFFF;
			font-weight: bold;
			text-align:left;
		}
		#promotion ul li.bottom
		{
			padding-top: 8px;
            background-color: #ffffff;
            background-image: url("images/bg_box_rd_bt.png");
            background-repeat: no-repeat;
            background-attachment: scroll;
            background-position: center top;
            list-style-type: none;
            height: 27px;
            text-align: right;
		}
		#promotion ul li.bottom A
		{
			font-family: Arial,Tahoma,Verdana;
            font-size: 12px;
            color: #ffffff;
            font-weight:normal;
		}
		
		#promotion ul li.bottom A:hover
		{
			color: #ffffff;
            text-decoration: underline;
		}
		
			#promotion ul
			{
				background:#FFFFFF url('images/bg_box_rd.png') repeat-y bottom center;
			}
			#promotion ul li
			{
				padding-top:5px;
				text-align:center;
				background:url('images/line_gy.png') no-repeat bottom;
			}
			/*#promotion ul li div.pro-name
			{
				margin:0 5px 5px 7px;
			}
			#promotion ul li div.pro-name a
			{
				font-weight:normal;
				font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
				font-size: 11px;
				COLOR: #1A1A1A;
			}
			#promotion ul li div.pro-name A:hover
			{
				COLOR: #FF161F;
				text-decoration: underline;
			}
			
			#promotion  ul li div.product-image
			{
				margin:3px 10px 0 7px;
				display:block;
				float:left;
				border:solid 1px #1A1A1A;

			}
			#promotion ul li div.product-price
			{
				margin-left:7px;
				margin-bottom:2px;
				font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
				font-size: 11px;
				COLOR: #FF161F;
				font-weight:normal;
			}
*/

	#posttrack
	{
		font-family: Arial, Tahoma, Verdana;
		color: #1A1A1A;
		font-weight: bold;
	}
		
		#posttrack ul li.top
		{
			background:#FFFFFF url('images/bg_box_rd_tp.png') no-repeat bottom center;
			list-style-type:none;
			height:29px;
		}
		#posttrack ul li.top p
		{
			margin:8px 0 auto 3px;
			font-family: Arial, Verdana, Tahoma;
			font-size: 15px;
			color: #FFFFFF;
			font-weight: bold;
			text-align:left;
		}
		#posttrack ul li.bottom
		{
			background:#FFFFFF url('images/bg_box_rd_bt2.png') no-repeat top center;
			list-style-type:none;
			height:8px;
			text-align:right;
		}
		
			#posttrack ul
			{
				background:#FFFFFF url('images/bg_box_rd.png') repeat-y bottom center;
			}
			#posttrack ul li
			{
				padding-top:5px;
				text-align:center;
			}
			

		#lrbanner
		{
			font-family: Arial, Tahoma, Verdana;
			font-size: 11px;
			color: #1A1A1A;
			font-weight: bold;
				text-align:center;
		}

			
			#lrbanner ul li
			{
				padding-top:5px;
				text-align:center;
			}
		
	
	#content
	{
		width:860px;
	    float:left;
	}
	
#content-wrapper
{
	margin:0;
	padding:6px;
	text-align:left;
	width:690px;
	float:left;
	display:block;
}
#content-banner
{
	margin:0;
	width:695px;
	padding:0;
}
#content-main
{	
	clear:both;
	margin:0;
	padding-top:5px;
	text-align:left;
	width:659px;
}

#menu
	{
		margin:0;
		padding:0;
		font-family: Arial, Tahoma, Verdana;
		font-size: 11px;
		color: #1A1A1A;
		font-weight: bold;
	}
/*========== เพิ่มเติมเฉพาะ thaiepay ==========*/
#categories
	{
		margin:0;
		padding:0;
		display:block;		
	}
	#categories ul li.first
	{
		background:#1A1A1A ;
		font-family: Arial, Verdana, Tahoma;
		font-size: 15px;
		color: #FFFFFF;
		font-weight: bold;
	}
	#categories ul li.top
	{
		background:#FFFFFF url('images/homemenu_top.gif') no-repeat bottom center;
		list-style-type:none;
		height:1px;
	}
	#categories ul li.bottom
	{
		background:#FFFFFF url('images/homemenu_bottom.gif') no-repeat top center;
		list-style-type:none;
	}
	#categories ul li
	{
		background:#1A1A1A url('images/bg_sub_menu2.png') no-repeat top center;
		padding:3px 7px 6px 8px;
		margin:0;
		position: relative;
	}
			
	#categories a
	{
		background: url('images/ar_r.png') no-repeat left;
		font-family: Arial, Tahoma, Verdana;
		font-size: 11px;
		color: #1A1A1A;
		font-weight: bold;
		padding-left:8px;
		margin-left:5px;
		text-decoration:none;
	}
	
	#categories a:hover
	{
		color: #FF161F;
		font-weight: bold;
	}
	#categories a.active
	{
		color:#FF161F;
		font-weight: bold;
	}
	#categories a.subactive
	{
		color:#FF161F;
		font-weight:normal;
	}
	
	#categories a.active:hover
	{
		color:#1A1A1A;
		text-decoration:underline;
	}
	
	#subcategories,#subcategories ul,#subcategories ul li
	{
		padding:0px 0 5px 3px;
		margin:0px;
		font-weight:normal;
		background:#1A1A1A;
	}

	#subcategories a
	{
		font-weight:normal;
		color:#FFFFFF;
		background:none;
	}
	#subcategories a:hover
	{
		font-weight:normal;
		color:#FF161F;
		text-decoration:underline;
	}
	#subcategories a.subactive
	{
		font-weight:normal;
		color:#FF161F;
		text-decoration:underline;
	}
	#subcategories a.subactive:hover
	{
		padding-left: 5px;
		font-weight:normal;
		color:#FFFFFF;
	}
	
	
	
	
	#topmenu 
	{
		padding-bottom:5px;
		margin:12px 0 auto 0;
		font-family: Arial, Tahoma, Verdana;
		font-size: 12px;
		color: #FFFFFF;
	}
		#topmenu ul
		{
			text-align:right;
		}
		#topmenu ul li
		{
			display:inline;
			padding:0 5px;
		}
		#topmenu ul li.first
		{
			padding-left:0;
			border-left:0;
		}
			#topmenu ul li a
			{
				background:url('images/ar_r.png') no-repeat left;
				padding:1px 15px 3px 5px;
				color: #FFFFFF;
			}
				#topmenu ul li a:hover
				{
					color: #FFFFFF;
					text-decoration: underline;
				}

				#topmenu a img
				{
					vertical-align:top;
					padding-right:5px;
				}
				
		input[type="text"].textboxl, input[type="password"].textboxl
		{
			width:400px;
		}
		input[type="text"].textboxm, input[type="password"].textboxm
		{
			width:300px;
		}
			input[type="text"].textboxs, input[type="password"].textboxs
		{
			width:80px;
		}
				input[type="text"].textboxss, input[type="password"].textboxs
		{
			width:45px;
		}
ul.normal
{
	margin-left:30px;
	margin-bottom:30px;
	list-style-type:disc;
}

div.list, div.list-news, #welcome-message
{
	margin-bottom:40px;
}
div.list table
{
	width: 100%;
}
div.list table td
{
	text-align:center;
	padding:0 3px 0 3px;
	width:163px;
	vertical-align:bottom;
}
div.list-news ul
{
	margin:10px 5px;	
}
div.list-news ul li
{
	padding:5px 3px 5px 10px;

}
div.list-news div.news-date
{
	float: left;
	display:block;
	width:70px;
	font-style:italic;
}
div.news div.news-date
{
		font-style:italic;
}
div.list-news ul li a
{
	color:#666666;
}

.notfound
{
	padding:10px;
	display:block;
	text-align:center;
	font-weight:bold;
}


#list-subcategories
{
	margin-bottom:40px;
	margin-top:20px;
}
#list-subcategories table
{
	width: 100%;
} 
#list-subcategories table tr
{
	border-bottom:solid #ccc 1px;
} 
#list-subcategories table td
{
	border-right:dotted #ccc 1px;
	border-left:dotted #ccc 1px;
	width: 33%;
} 
#list-subcategories table td table tr td
{
	border:none;
} 
#list-subcategories td
{
	vertical-align:top;
	padding:3px;
}
#list-subcategories td div
{
	/*padding-bottom:5px;*/
}
#list-subcategories td div.categoryviewall
{
    text-align:right;
    padding-bottom:15px;
}
#list-subcategories td div.categoryviewall a
{
    font-size: 12px;
}

#list-full table
{
	border:0;
	padding:20px 0;
	margin:10px 0 20px 0;
	border-collapse:collapse;
	width:100%;
	border-top:solid 1px #eeeeee;
}
#list-full table div.product-information div
{
	margin:5px 0;
}

#list-full table div.product-information div.product-price
{
	font-size:15px;
}
#list-full table td
{
	vertical-align:top;
	padding:5px 10px;
}
#list-full table td.index
{
	width:30px;
	font-weight:bold;
	font-size:20px;
}
#list-full table td.image
{
	width:160px;
}

div.list-status
{
	display:block;
	padding:5px;
	border-bottom:dashed 1px #eeeeee;
	/*
background-color:#FFFFDA;
		border-bottom:solid 1px #FFD324;*/
}
div.list-status div.list-count
{

	float:left;
	
}
div.list-status div.list-sortby
{
	text-align:right;
	float:right;
}
#list-full div.list-status
{
	border-bottom:0;
}

#list-full div.product-description
{
	width:400px;
}

#right-column
{
	width:150px;
	float:right;
	display:block;
	padding:0px;
}
#right-column div.top-ads, #right-column div.bestsellers
{
	margin-bottom: 20px;
}







div.category-name a
{

	font-weight:bold;
	font-size:15px;
}

/*===#footer===*/
#banner-footer
{
		clear:both;
		text-align:center;
}
#footer
	{
		clear:both;
		margin-top: 5px;
		padding-left:20px;
		list-style-type:none;
		width:1024px;
	}
/*#footer ul
{
	
}
#footer ul li
{
	float:left;
	margin:1px;
	width:250px;
}*/

	
	#footer div.footer-menu	
	{
		margin:0;
		padding:5px 10px 10px 10px;
		font-family: Arial, Tahoma, Verdana;
		font-size: 16px;
		color: #1A1A1A;
		font-weight: bold;
		background-color:#F8F8F8;
		float:left;
		border-right:solid 1px #fff;
		width:190px;
		height:160px;
	}

	#footer div.footer-menu ul li
		{
			text-align:left;
			font-weight:normal;
		}
		
		#footer div.footer-menu ul li  a
			{
				
				font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
				font-size: 11px;
				COLOR: #1A1A1A;background:url('images/ar_r.png') no-repeat left;
				padding:0 0 0 6px;
				margin-top:3px;
			}
		#footer div.footer-menu ul li a:hover
			{
				
				COLOR: #FF161F;
				text-decoration: underline;
			}
		
	#footer div.footer-cradit
	{
		padding:5px 10px 10px 10px;
		font-family: Arial, Tahoma, Verdana;
		font-size: 16px;
		color: #1A1A1A;
		font-weight: bold;
		background-color:#F8F8F8;
		float:left;
		border-right:solid 1px #fff;
		height:160px;
	}
		#footer div.footer-cradit ul 
		{
			height:65px;
			margin-top:10px;
			padding-top:15px;
			padding-left:5px;
			
			list-style-type:none;
			background-image:url('images/bg_card.gif');
			background-repeat:no-repeat;
			width:185px;
		}
		#footer div.footer-cradit ul li
		{
			float:left;
			text-align:center;
			width:85px;
		}

		
	
	#footer div.footer-security
	{
		padding:5px 7px 10px 7px;
		font-family: Arial, Tahoma, Verdana;
		font-size: 16px;
		color: #1A1A1A;
		font-weight: bold;
		background-color:#F8F8F8;
		float:left;
		border-right:solid 1px #fff;
		height:160px;
	}
		#footer div.footer-security ul 
		{
			height:65px;
			margin:15px 12px 0 10px;
			font-weight:normal;
			list-style-type:none;
		}
		#footer div.footer-security ul li
		{
			padding:5px;
			float:left;
			background-color:#fff;
			border:solid 1px #eee;
			text-align:center;

		}
	
	#footer div.footer-contact
	{
		margin:0;
		padding:5px 5px 10px 10px;
		font-family: Arial, Tahoma, Verdana;
		font-size: 16px;
		color: #1A1A1A;
		font-weight: bold;
		background-color:#EEEEEE;
		float:left;
		width:240px;
		height:160px;
	}
		#footer div.footer-contact ul 
		{
			margin:0;
			padding:5px 0 0 2px;
			font-weight:normal;
			list-style-type:none;
		}
		#footer div.footer-contact ul li
		{
			clear:both;
			text-align:left;
			font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
			font-size: 11px;
			COLOR: #1A1A1A;
		}
		#footer div.footer-contact ul li table tr td.2
		{
		    background-color:#BEBEBE;
			
		}
		
		#footer div.footer-contact a
	    {
	        font-size: 11px;
            color: #1a1a1a;
	    }
	    #footer div.footer-contact a:hover 
	    {
	        color: #ff161f;
            text-decoration: underline;
	    }
		

/*.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(Images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(Images/SavedStar.png);
}*/




		
#cap-copyright
{
	clear:both;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	COLOR: #1A1A1A;
	padding:5px 20px;
	display:block;
	text-align:center;
	margin:20px 0 0 0;
}

		
		/* loading*/
	#progressBackgroundFilter {
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:1000; 
}

#processMessage  
{
	
	font-size:13px;
	font-weight:bold;
	position:fixed; 
    top:30%; 
    left:43%;
    padding:10px; 
    width:14%; 
    z-index:1001; 
    background-color:#fff;
    border:solid 1px #000;

    text-align:center;
    
}
.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }
    #content fieldset 
    {
    	margin:10px 0;
    }
  #content fieldset ul
{
	margin:0;
	padding:0;
}
  #content fieldset ul li
  {
  	padding:3px 5px;
  }
#content fieldset label
    {
        display: block;
        width: 120px;
        float: left;
                font-weight:bold;
        padding-right: 10px;

    }
    #content fieldset label b,#content .requiredfield
    {
    	color:Red;
    }
      #content fieldset div.resetlabel label
    {
    	font-weight:normal;
    	padding-left:5px;
    	display:inline;
    	float:none;

    }
    #content fieldset ul li input[type="submit"]
    {
    	display:block;
    	margin-left:130px;
    }
    #content fieldset ul.block
      {
      	float:left;
      	display:block;
      	width:80%;

      
      }
    div.currency select
    {
    	margin:10px 5px;
    }
    
    
    
    #content-wrapper2
{
	margin:15px 10px 0 0;
}
    #content-wrapper3
{
	margin:7px 0 0 4px;
}
#content-wrapper2 p
{
	margin:10px 0;
	text-indent:15px;
}
#content-wrapper2 fieldset
{
	padding-left:20px;
	
}
#content-wrapper2 fieldset ul li
{
	margin:3px 0;
}
/*===#return message===*/
		div.returnmessage, #content table.list tr.emptyrow, div.validatesummary
{

	background: #FFFFCC;
    border: 1px solid #ffeebb;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 4px 6px 4px 6px;

		 -moz-border-radius: 7px; 
	 -webkit-border-radius: 7px;
	
}
div.returnmessagegrey
{

	background: #fafafa;
	border: 1px solid #f0f0f0;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 4px 6px 4px 6px;

		 -moz-border-radius: 7px; 
	 -webkit-border-radius: 7px;
}
		div.returnmessagegreen
{
	background: #CCFFCC;
	border: 1px solid #33CC33;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 4px 6px 4px 6px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
		div.returnmessagered
{
	background-position: #FFeeee;
	background: #FFeeee;
	border: 1px solid #FF9999;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 4px 6px 4px 6px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
div.returnmessageblue
{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 4px 6px 4px 6px;
	border: solid 1px #cef2e0;
	background-color: #f5fffa;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;

}
div.returnmessage div.promotion
{
	background-position: left top;
	font-size: 13px;
	background: url('images/present_16.png') no-repeat left top;
	padding: 2px 0px 2px 24px;
	color: #CC3300;
}

		div.returnmessagegreen div.pass
{
	font-size: 13px;
	color: #006600;
	background: url('images/pass.png') no-repeat left top;
	padding: 2px 0px 4px 30px;
}
		div.returnmessagered div.error
		{
			    font-size:13px;
			color:#ff0000;
						background: url('images/error.png') no-repeat left top;
			padding: 2px 0px 4px 30px; 
		}
				div.returnmessage div.warning
{
	    font-size:13px;
	background: url('images/warning.png') no-repeat left top;
	padding: 2px 0px 4px 30px;
}
				div.returnmessageblue div.idea
		{
				color: #003399;
			    font-size:13px;
						background: url('http://www.cap.co.th/App_Themes/captheme/images/idea.png') no-repeat left top;
			padding: 0px 0px 4px 30px; 
		}
 div.returnmessageblue div.idea label
 {
 	color: #003399;
 }
div.validatesummary ul
{
	margin-left:30px;
	list-style-type:disc;
}

/*===#cart===*/
div.emptycart
{
		background: url('images/cart64.png') no-repeat 10px 40px;
		height:100px;
		margin-bottom:40px;
}
div.emptycart p.empty
{
	display:block;
	text-indent:15px;
	margin-left:80px!important;

}
div.emptycart div.emptycart-link
{
	
	display:block;
	margin-top:10px;
	margin-left:100px;
}
div.cart div.product,div.cart div.product:hover
{
	border:0;
	margin-left:10px;
	width:65%;
}
div.cart div.product-image
{
	display:block;
	float:left;
	padding:0 10px;
}
div.preordertext
{	text-decoration: underline; 
	font-weight: bold;
	color: #CC0000;
	padding:3px;
}

/*===#product===*/

/*div.product
{
	margin:1px;
	border: 1px solid #FFFFFF;	
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	width:170px;
	min-height:140px;
	padding:15px 0 0 0;
}*/
div.product
{
	padding-top:5px;
	border: 1px solid #ffffff;	
	-moz-border-radius: 7px; 
	 -webkit-border-radius: 7px;
	 width:165px;
	 /*height:125px;*/
	 vertical-align:top;
}
div.product div.product-information
{
    margin-top:2px;
    height:55px;
    vertical-align:bottom;
}
div.product:hover
{
	border: 1px solid #999;
}
div.product-name
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #1A1A1A;
	font-weight: bold;
}

div.product-name a
{
	text-decoration: underline; 
	font-weight: bold;
	color: #1A1A1A;
}
div.product-name a:link{
	color: #1A1A1A;
	text-decoration: underline; font-weight: bold;
}

div.product-outofstock
{
	padding: 5px 0 5px 30px;
	background: url('images/outofstock.png') no-repeat center left;
	color: #CC0000;
	font-weight: bold;
	font-size: 15px !important;
}

div.product-name a:hover, div.product-name-small a:hover
{
	color:#FF161F;
}
div.product-price
{
	clear:both;
	font-size: 12px;
	COLOR: #1A1A1A;
}
div.product-price s
{
	font-size: 12px;
	color: #555555;
	font-weight:normal;
}
div.product-spprice 
{
	font-size: 12px;
	color: #1A1A1A;
	font-weight:normal;
}
div.product-spprice b
{
	font-size: 12px;
	font-weight:bold;
	color: #FF161F;
}

div.product-sppoint 
{
	font-size: 12px;
	color: #1A1A1A;
}
div.product-sppoint b
{
	font-size: 12px;
	color: #FF161F;
	font-weight:bold;
}
div.topic
{
	background:url('images/bg_topic.gif') no-repeat center top ;
	padding:0;
	width:695px;
	height:36px;
	margin:0 0 10px 0;
}
div.font-topic
{
	padding:10px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	float:left;
}
div.product-viewall
{
	float:right;
	padding:7px 10px 0 0;
}

#pagestatus
{
	text-align:right;
	}
 #pagestatus a
{
	padding:5px 3px;
	
}

div.product-title
{	
	clear:both;
	padding:0;
	margin:0;
	width:850px;
	height:74px;
	background: url('images/bg_tp.gif') no-repeat;
}
div.product-title ul
{
	padding:0 10px;
}
div.product-title ul li.top
{
	font-size: 16px;
	font-weight: bold;
	padding-top:12px;
}
div.product-title ul li.middle
{
	height:1px;
	background:#FFFFFF url('images/line_gy.png') ;
}
div.product-title ul li.bottom
{
	font-size: 16px;
	font-weight: bold;
	padding-top:5px;
}
div.product-full div.product-image
{
	width:280px;
	padding:15px;
	text-align:center;
	display:block;
	float:left;
	border:solid 1px 1A1A1A;
}
div.product-full div.product-image div.more
{
	margin-top:15px;
}
div.product-full div.product-image div.more img 
{
	width:50px;
	height:auto;
	border: 2px solid #999999;
	margin:3px;
}
div.product-full div.product-image div.more a:hover img
{
	border: 2px solid #CCCCCC;
}
div.product-full div.product-image div.more  a:hover { color: #CCCCCC; }
.image-resize
{
	width:100px;
	height:auto;
}
.icon-resize
{
	height:25px;
	width:auto;
}
div.product-full div.product-information
{
	width:500px;
	padding:10px;
	display:block;
	float:left;
}
div.product-full div.product-information div
{
	margin-bottom:10px;
	font-size:13px;
}
div.product-full div.product-information a.firstreview
{
	margin-left:5px;
}



 div.product-freeshipping
{
	font-size:12px;
	background-position: left;
	background: url('images/freeshippingicon.gif') no-repeat center left;
	padding-left: 40px;
	font-weight: bold;
	color: #CC3300;
}
div.product-full div.product-information label
{
		font-size:13px;
		font-weight: bold;
		width:100px;
		display:block;
		float:left;
}
div.product-full div.product-information div.product-quantity select, div.product-full div.product-information div.product-options select
{
	font-size:13px;
}
div.product-full div.product-information div.product-brand
{
	font-size:11px;
	margin-top:20px;
}
div.product-full div.product-information div.product-brand img
{
	display:block;
}
div.product-full div.detail-left
{
	width:425px;
	display:block;
	float:left;
	margin:5px 0 10px 1px;
}
div.product-full div.detail-right
{
	width:425px;
	display:block;
	float:left;
	margin:5px 0 10px 1px;
}
div.product-full div.product-detail
{
	display:block;
}
div.product-full div.product-detail ul li.top
{
	background: url('images/bg_tp4.gif') repeat-x;
	height:30px;
	font-size:14px;
	font-weight:bold;
	padding:10px 0 0 15px;
}
div.product-full div.product-detail ul li.top img
{
	padding-right:2px;
}
div.product-full div.product-detail ul li.detail
{
	padding:10px;
	display: block;
	margin-bottom:15px;
}

div.product-full div.product-information-more
{
	display:block;
}
div.product-full div.product-information-more ul li.top
{
	background: url('images/bg_tp4.gif') repeat-x;
	height:30px;
	font-size:14px;
	font-weight:bold;
	padding:10px 0 0 15px;
}
div.product-full div.product-information-more ul li.top img
{
	padding-right:2px;
}
div.product-full div.product-information-more ul li.detail 
{
	padding:10px;
	display: block;
	margin-bottom:15px;
}
div.product-full div.product-information-more ul li.detail div
{
	border-bottom:solid 1px #fff;
	background:#F7F7F7;
	float: left;
	min-height: 17px;
    padding: 5px 10px;
    width: 275px;
}
div.product-full div.product-information-more ul li.detail div div
{
    padding:0;
    margin:0;
    border-bottom: none;

}
div.product-full div.product-information-more ul li.detail p
{
	border-right:solid 1px #fff;
	width:80px;
	float:left;
	background:#F2F2F3;
	padding:5px 10px;
}
div.product-full div.product-tracklist
{
	display:block;
}
div.product-full div.product-tracklist ul li.top
{
	background: url('images/bg_tp4.gif') repeat-x;
	height:30px;
	font-size:14px;
	font-weight:bold;
	padding:10px 0 0 15px;
}
div.product-full div.product-tracklist ul li.top img
{
	padding-right:2px;
}
div.product-full div.product-tracklist ul li.disc
{
	padding:10px;
	color:#ff161f;
	font-weight:bold;
}
div.product-full div.product-tracklist ul li.detail
{
	padding-top:0;
	padding-bottom:15px;
	display: block;
	font-weight:normal;
	margin-bottom:15px;
}

div.product-full div.product-listening
{
	display:block;
}
div.product-full div.product-listening ul li.top
{
	background: url('images/bg_tp4.gif') repeat-x;
	height:30px;
	font-size:14px;
	font-weight:bold;
	padding:10px 0 0 15px;
}
div.product-full div.product-listening ul li.top img
{
	padding-right:2px;
}
div.product-full div.product-listening ul li.detail
{
	padding:10px;
	display: block;
	margin-bottom:15px;
}
div.product-full div.product-listening ul li.detail div.product-track
{
	float:left;
	padding:1px;
}
div.product-full div.product-listening ul li.detail div.product-track p
{
	padding:5px 10px;
	width:90px;
	float:left;
	background:#F2F2F3;
}


div.product-full div.product-url
{
	margin-bottom:50px;
}
div.brand-full
{
	margin-bottom:40px;
}
div.brand-full div.brand-logo
{
	margin-right:10px;
	float:left;
}
div.brand-information div.brand-description
{
	text-indent:15px;
	margin-bottom:10px;
}

#product-comment
{
		padding:20px 0;
}
#product-comment table.comment-list
{
	width:100%;
	border:0;
}
.pager
{
	padding-top:10px;
	border-top:dashed 1px #eeeeee;
}
.pager table
{
	width:10px;
}
.pager span
{

		padding: 2px 5px;
	margin: 0 3px;
	font-weight:bold;
}
.pager a
{
	font-weight:normal;
	color: #0066CC;
	padding: 2px 3px;
	margin: 0 1px;
	border: solid 1px #cef2e0;
	background-color: #f5fffa;
}
.pager a:hover
{
	color:#FFFFFF;
	background-color: #3399FF;
}

#product-comment h3
{
		border-bottom:solid 1px #cccccc;
		margin-bottom:20px;
}
#product-comment label
{
	font-weight: bold;
	margin-top:20px;
}
#product-comment label b
{
	color:red;
}
#product-comment label,#product-comment input
{
	
	display:block;
}
#product-comment div.comment-form
{
	margin-bottom:50px;
}
#product-comment div.comment-detail
{
	
	padding:10px 0 30px 0;
}
#product-comment div.comment-detail h4
{
	margin-bottom:5px;
}
#product-comment div.comment-rating
{
	margin-right:5px;

}
#product-comment div.comment-detail pre
{
/*		-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: dashed 1px #eeeeee;*/
	border-left:solid 5px #efefef;
	border-bottom:solid 1px #efefef;
	padding:5px 20px 20px 20px;
	line-height:140%;
	font-size:11px;
	 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */

}
#product-comment div.comment-by
{
	clear:both;
	padding-bottom:10px;	
	color:#666666;
	/*padding-bottom:30px;	
	background: url('images/quote.png') no-repeat bottom left;*/
}

div.product-sampling div.product-price
{
	font-size:15px;
}

/*===#news===*/
div.news
{
	margin-bottom:40px;
}
div.news-image
{
	padding:10px 20px 20px 10px;
	float:left;
	display:block;
	height:auto;
}
div.news-detail
{
	display:block;
	margin:10px;
}

/*===#rating===*/
div.list div.product-rating 
{
	text-align:center;
}
div.product-rating ul
{
	margin:0;
	padding:0;
	text-align:center;
	list-style-type:none;
}

.star-rating, .star-rating-half, .star-rating-empty
{
	    font-size: 0pt;
    width: 16px;
    height: 16px;
    margin: 0px;
    padding: 0px;

     background-repeat: no-repeat;
    display:inline;

}
.star-rating {
    background-image: url('images/star.png');

}
.star-rating-half {
    background-image: url('images/star-half.png');
}

.star-rating-empty {
    background-image: url('images/star-empty.png');
}

.ratingStar {
    font-size: 0pt;
    width: 16px;
    height: 16px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url('images/star.png');

}
.halfRatingStar {
    background-image: url('images/star-half.png');
}

.emptyRatingStar {
    background-image: url('images/star-empty.png');
}

.savedRatingStar {
    background-image: url('images/star-saved.png');
}


div.product-image img.resize
{
	width:50px;
	height:auto;

}
div.cart div.product-price
{
	clear:none;
}
div.sub-total
{
	margin-left:10px;
	padding: 10px;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	color: #CC0000;
	margin-top:5px;
	border-bottom: double 3px #cccccc;
}
div.sub-total input
{
	float:left;
}
div.sub-total span
{
	color:#555555;
}
div.sub-total ul li
{
	padding:3px 0 3px 400px;
}
div.sub-total ul li span
{
	float:left;	
}
div.order-summary div.sub-total 
{
	font-size:13px;
	border-bottom:0;
}
div.order-summary div.sub-total .order-total
{
	font-size: 15px;
	background-color: #FFFFCC;
	border-bottom:double 3px #555555 ;
	margin-bottom:8px;
}
div.new-sub-total
{
	margin-left:10px;
	text-align: right;
	font-weight: bold;
	color: #CC0000;
	border-bottom: double 2px #cccccc;
	width:350px;

}
div.new-sub-total input
{
	float:left;
}
div.new-sub-total span
{
	color:#555555;
}
div.new-sub-total ul li
{
	padding:3px 30px 3px 30px;
}
div.new-sub-total ul li span
{
	float:left;	
}
div.button-top
{
	margin:10px 0 10px 5px;

}
div.button-top input, div.button-bottom input
{
	float:right;
}
div.button-top a, div.button-bottom a
{
	padding-top:7px;
	/*margin-left:10px;*/
	float:left;
	color:#fff;
	text-decoration:none;

}
div.button-bottom
{
	margin-top:10px;

}
table.list2 
	{

	border-spacing:0;
	border:0;

	
	width: 100%;
	margin: 0 5px;

}


table.list2 td
{

	vertical-align: text-top;
		padding: 5px 5px 10px 5px;
	vertical-align: top;
	border-bottom:solid 1px #eeeeee;
	
}
table.list2 th
{
	text-align:center;
	font-weight: bold;
	padding: 7px;
	line-height: 1.3em;
	background: #efefef;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #cccccc;
	/*text-decoration:underline;*/
	text-shadow: 0pt 1px 0pt rgba(255, 255, 255, 0.8);
}
table.list2 th.delete
{
	color:Red;
	width:40px;
}
table.list2 td.delete
{
	text-align:center;
}
table td.total, table th.total
{
		text-align:right;
}
table.list2 td.total
{
	font-size:13px;
	color: #CC0000;
	font-weight:bold;

	padding-right:5px;
}
table.list2 th b
{
	color:red;
}
span.status_CP, span.status_PS, span.status_SH
{
	font-weight:bold;
	color: #009900;
}
span.status_RE, span.status_RC
{
	font-weight:bold;
	color: #FF0000;
}
span.status_PE, span.status_NP
{
	font-weight:bold;
	color: #FF9933;
}

table.list3 
	{

	border-spacing:0;
	border:0;

	
	width: 100%;
	margin: 0 5px;

}


table.list3 td
{

	vertical-align: text-top;
		padding: 5px 0 10px 0;
	vertical-align: top;
	border-bottom:dashed 1px #eeeeee;
	
}
table.list3 th
{
	font-weight: bold;
	padding: 7px;
	line-height: 1.3em;	
	text-decoration:underline;
	text-shadow: 0pt 1px 0pt rgba(255, 255, 255, 0.8);
}


table.list3 td.total
{
	font-size:13px;
	color: #CC0000;
	font-weight:bold;
	text-align:right;
	padding-right:5px;
}
table.list3 .quantity
{
	text-align:right;
}

/*===#button===*/
	input.shopbutton, input.shopbutton2, input.shopbutton3, input.shopbutton4
{
	font-family: helvetica,arial,sans-serif;
	cursor:pointer;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	height:29px;
	padding-bottom:1px;
	border:0;
		font-size:12px;
		cursor: pointer;
	
}
input.shopbutton4
{
	font-family: helvetica,arial,sans-serif;
	cursor:pointer;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	height:29px;
	padding-bottom:1px;
	border:0;
		font-size:11px;
	
}

input.shopbutton
{
	width:178px;
	background:url('http://www.cap.co.th/App_Themes/captheme/images/bt_add.gif') no-repeat top left;
		
}
input.addtocaetbutton
{
	width:184px;
	height:39px;
	background:url('images/bt_cart.gif') no-repeat top left;
	border:0;
		
}
input.wishlistbutton
{
	width:184px;
	height:39px;
	background:url('images/bt_wl.gif') no-repeat top left;
	border:0;
		
}
input.preorderbutton
{
	width:184px;
	height:39px;
	background:url('images/bt_pre-order.gif') no-repeat top left;
	border:0;
		
}
input.shopbutton2
{
	margin-left:0!important;
	padding-left:15px;
	text-align:right;
	width:220px;
	height:34px;
	background:url('images/bt_2.gif') no-repeat top left;
}
input.shopbutton3
{
	margin-left:0!important;
	width:183px;
	height:34px;
	text-align:center;
	padding-left:20px;
	background:url('images/bt_3.gif') no-repeat top left;
}
input.shopbutton4
{
	margin-left:0!important;
	text-align:right;
	padding-left:15px;
	width:220px;
	height:34px;
	background:url('images/bt_2.gif') no-repeat top left;
}

input.shopbutton-small, a.shopbutton-small,input.shopbutton-small:hover,a.shopbutton-small:hover
{
	font-family: font-family: helvetica,arial,sans-serif;	
	text-align:center;
	display:block;
	height:30px;
	background:url('images/bt_add.png') no-repeat top center;
	border:0;
	cursor:pointer;
	padding-top:5px;
	width:170px;
}

input.subcatListening-button, a.subcatListening-button
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-align:center;
	padding-top:12px;
	display:block;
	height:40px;
	width:205px;
	background:url('images/bt_bn1.png') no-repeat top center;
	border:0;
	cursor:pointer;
}
input.catListening-button, a.catListening-button
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-align:center;
	padding-top:17px;
	display:block;
	height:40px;
	width:190px;
	background:url('images/bt1.gif') no-repeat top center;
	border:0;
	cursor:pointer;
}



/*===#Link===*/
	 .shopbutton2
{
	font-family: helvetica,arial,sans-serif;
	cursor:pointer;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	height:34px;
	padding-left:35px;
	text-align:center;
	padding-bottom:1px;
	border:0;
		font-size:13px;
	
}

.shopbutton2
{
	margin-left:0!important;
	padding-left:15px;
	width:220px;
	background:url('images/bt_2.gif') no-repeat top left;
}


/*===#sign in===*/
div.signin
{
	margin-top:40px;
}
div.signin-return, div.signin-new
{
	width:340px;
	float:left;
	display:block;
	padding:0 20px 40px 10px;
}
div.signin-return
{
	border-right:dotted 1px #eeeeee;
}

#checkout-status
{
	display:block;
	padding-bottom:20px;

}
#checkout-status ul
{
	float:right;
	width:540px;
	padding:0;
	list-style-type:none;
}
#checkout-status ul li
{
	font-size:11px;
	line-height:20px;	
	color:#999999;
	padding:3px 20px;
	display:block;
	float:left;
	border-bottom:solid 2px #dddddd;
	background: url('images/bullet_white.png') no-repeat center left;
}
#checkout-status ul li.active
{
	font-size:12px;
line-height:19px;	
	color: #FF9933;
	font-weight: bold;
	border-bottom: solid 4px #FF9933;
	background: url('images/bullet_orange.png') no-repeat center left;

}
#checkout-status ul li.visited
{
	color:#333333;
	border-bottom:solid 2px #666666;
	background: url('images/bullet_black.png') no-repeat center left;
}

div.register-address
{
	margin-top:20px;
}
div.register-email
{
	display:block;
	border-top:dashed 1px #eeeeee;
}

/*===#password===*/
.TextStrengthWeak, .TextStrengthNotGood,.TextStrengthGood 
{
	padding:3px 10px;
	font-style:italic;
	font-weight:bold;
	border:dashed 1px #cccccc;
}
.TextStrengthWeak
{
background: #FFCCFF;
}
.TextStrengthNotGood
{

	background: #FFFF99;
}
.TextStrengthGood
{
	background: #CCFF99;
}
div.shipping-list
{
	margin-bottom:40px;
}
div.shipping-list ul
{
	margin:0;
	padding:5px 0;
}
div.shipping-list ul li
{
	margin:5px;
	display:block;
	width:45%;
	float:left;
	padding:10px;
	border:solid 1px #eeeeee;
			 -moz-border-radius: 7px; 
	 -webkit-border-radius: 7px;
}

div.shipping-information
{
	padding:10px 0 20px 20px;
}
div.shipping-information h4
{
	padding-bottom: 10px;
}

div.shipping-list .delete-button
{
	float:right;
}
div.shippingmethod
{
	padding:20px;
}
table.listoptions
{
	width:100%;
}

table.listoptions td
{
	
	padding:3px;
	vertical-align:top;
	border-bottom:dashed 1px #eeeeee;
}
table.listoptions td table td
{
	border-bottom:0;
}
div.option-detail
{
	padding:10px 0 20px 10px;
}
table.listoptions div.option-name label
{
	display:block;
	font-size:13px;
	font-weight:bold;
}

div.change
{

	float:right;
}
div.customer-info, div.shipping-to, div.order-summary, div.payment-method, div.order-list
{
	margin:20px 20px 40px 20px;
}
div.customer-info ul
{
	clear:both;
	margin-top:10px;
	list-style:none;
}
div.customer-info ul li
{
display:inline;
border-left:solid 1px #cccccc;
	padding:0 8px 0 8px;
}
div.customer-info ul li.first
{
	padding-left:0;
	border-left:0;
}
div.shipping-name
{
		font-size:13px;
	font-weight:bold;
	display:block;
	padding-left:20px;
}
div.shipping-name .change
{
		font-size:12px;
	font-weight:normal;
	float:none;
	
}
div.shipping-fee
{
	text-align:right;
	display:block;
	padding-right:20px;
	color: #CC0000;
	font-weight:bold;
	font-size:13px;

}
h2.thankyou
{
	color: #009900;
}
div.payment-detail
{
	margin-bottom:40px;
}
div.finish
{
	margin-left:40px;
}
div.finish ul
{
	list-style-type:disc;
	margin:20px;
}
div.finish ul li
{
	padding:2px 5px;
}
div.page-date
{
	font-style:italic;
}
div.page-content
{
	margin:10px 20px 40px 20px;
}
div.sitemap
{
	margin:10px 20px;
}
div.sitemap-category, div.sitemap-pages
{
	padding:0 10px;
	display:block;
	width:45%;
	float:left;
}
div.sitemap-category ul li, div.sitemap-pages ul li
{

	font-size:13px;
}
div.sitemap-category ul li ul li
{
	font-size:12px;
}
div.sitemap-category ul li ul li ul li
{
	font-size:11px;
}
div.sitemap-category ul, div.sitemap-pages ul 
{
	margin-top:10px;
	margin-left:20px;
}
div.sitemap-category ul ul
{
	margin:5px 0 5px 20px;
	list-style-type:disc;
}
div.sitemap-category ul ul ul
{
	margin:5px 0 5px 20px;
	list-style-type:circle;
}

div.listening-category
{
	margin:5px 0 5px 20px;
	list-style-type:none;
	vertical-align:middle;
	text-align:center;
}
div.listening-category tr td
{
	padding:15px;
}

div.listening-category a
{
	text-decoration:none;
	font-weight: bold;
	color: #1a1a1a;
}

div.listening-category a:link
{
	color: #1a1a1a;
	font-weight: bold;
}

div.listening-category a:hover
{
	color: #ff161f;
}

div.listening-subcategory
{
	list-style-type:none;
	vertical-align:middle;
	text-align:center;
}
div.listening-subcategory tr td
{
	padding:10px 0px 10px 20px;
}

div.listening-subcategory a
{
	text-decoration:none;
	font-weight: bold;
	color: #ffffff;
}

div.listening-subcategory a:link
{
	color: #ffffff;
	font-weight: bold;
}

div.listening-subcategory a:hover
{
	color: #ffffff;
}

div.Listening
{
	list-style-type:none;
	background-image: url("images/line_gy.png");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center bottom;
	margin-left:30px;
	margin-right:30px;
	padding:5px;
}
div.Listening div.product-info
{
	display:block;
	float:left;
	width:120px;
}
div.Listening div.product-info div.pname
{
	background:#CCCCCC;
	margin:1px
	font-size: 12px;
	color: #1A1A1A;
}
div.Listening div.product-info div.pname
{
	
	background:#CCCCCC;
	margin:1px;
	font-size: 12px;
	color: #1A1A1A;
	text-align:center;
	padding:5px;
}
div.Listening div.product-info div.pname a
{
	color: #1A1A1A; 
	text-decoration: underline; 
	font-weight: bold;
}
div.Listening div.product-info div.pname A:hover
{
	color: #FF161F;
}
div.Listening div.product-info div.pimage
{
	background:#E5E5E5;
	margin:1px;
	padding:10px;
	text-align:center;
	vertical-align:middle;
}

div.Listening div.product-listening
{
	padding:5px 5px 5px 130px;
}
div.Listening div.product-listening div.product-Desc
{
	display:block;
	margin:1px;
}
div.Listening div.product-listening  div.product-track
{
	margin:1x;
	padding-left:3px;
}
div.Listening div.product-listening div.product-track div.track-name
{
	padding:2px 0 7px 10px;
	font-family:  Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	COLOR: #FF161F;
	font-weight: bold;
}
div.Listening div.product-listening div.product-track div.track-file
{
	margin-top:3px;
	padding:5px 10px;
}
#categories ul{
	position: relative;
	top: 5px;
}
#categories ul li li{
	background:none;
}

#categories ul li li a{
	color:#FFFFFF;
	font-weight:normal;
}

.resumeMenu{
	background:#1A1A1A url('images/bg_sub_menu2.png') no-repeat top center !important;
}

.changeMenu{
	background:#1A1A1A url('images/bg_sub_menu2on.png') no-repeat top center !important;
}

ul.sub3 li {
	color:#FFFFFF;
	position:relative;
	padding:3px 8px 6px 15px !important;
}

ul.sub3 li a{
	padding-left:10px;
}
#recommendblock{
	background-color:#E2E3E4;
	  -moz-border-radius: 7px 7px 7px 7px;
	padding:15px;
}