/*	-------------------------------------------------------------
	HH, 3-Col Fluid Layout
	Gride System 16 cols
		Width: 100%;
		Gutte: 2%;
		Unit: 4.25%;
		Left: 1%;
		Right: 1%;
		Navigation Width: 3 Unit;
		Main Content: 8 Unit;
		Support Content: 5 Unit;
		
		Minimum Space: 0.25em (label over input )
		2 Search Result Item: 2em;
		2 Row of form: 1em;
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	.version       1.0
	.url           HieuHoc.com
	.timestamp     24/2/2008 to 26/04/2008
	-------------------------------------------------------------	*/

/*	-------------------------------------------------------------
	HieuHoc.com, Table of Contents
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	1. Utility
	2. Reset
	3. Header
	      3.1. Branding
          3.2. Orther Information                               
		  3.3. Search Form	  
    4. Navigation
          4.1. Global Navigation
		  4.2. Orther Information
          4.3. News Letter
	5. Main Content
    6. Support Content
	7. Footer
*/

/*+----------------------------------------------------------------+*/
/*+    1. Utility                                                  +*/
/*+----------------------------------------------------------------+*/
			label {
				cursor: pointer;
			}
			
			.Hide {
				display: none;
			}
/*+----------------------------------------------------------------+*/
/*+    2. Reset                                                    +*/
/*+----------------------------------------------------------------+*/
			* {
				margin: 0px;
				padding: 0px;
			}
			/*Hack IE 6*/			
			body {
				background-image:url(../Images/BACKGROUND.jpg);	
				background-repeat:repeat-x;
				background-color:rgb(142,16,149);
				font-family: Arial, Verdana, Helvetica, sans-serif;
				font-size: 0.75em;			
				min-width:760px;	
				text-align:center;	
			}
			html > body {
				background-image:url(../Images/BACKGROUND.jpg);
				font-family: Arial, Verdana, Helvetica, sans-serif;
				font-size: 0.75em;	
				min-width:760px;
				text-align:center;		
			}
			/*End Hack*/			
			
			#wrapper
			{
				margin:0 auto;				
				width:860px;
				text-align:left;	
				position:relative;			
			}
						
			.bg_top
			{
				position:absolute;
				left:0;
				z-index:-10px;
				background-image:url(../Images/BACKGROUND_TOP.jpg);
				background-repeat:no-repeat;
				height:367px;
				width:368px;			
			}
			
			a {
				text-decoration:none;
				color: rgb(0,93,186);	
			}
			
			a:visited {
				color: rgb(128,0,128);	
			}
			
			ul li {
				list-style: none;
			}
			
		
			h1 {
				font-size: 1em;
				font-weight:normal;
			}

			h2 {
				font-size: 1em;
			}
			
			h3 {
				font-size: 1em;
				font-weight: Bold;
				
				margin-bottom: 0.35em;
				margin-top: 0.5em;
			}

			h4 {
				font-size: 1em;
				margin-bottom: 0.35em;
				margin-top: 0.5em;
			}
			
			h5 {
			}
			
			p {
				line-height: 130%;
			}
			input[disabled] {
				background-color: #999999;
			}
			
			img
			{
				cursor:pointer;
				border:1px rgb(197,139,224) solid;
			}
			
			input[type="button"] 
			{
				cursor:pointer;
			}
			input[type="submit"]
			{
				cursor:pointer;
			}
			
			.btn
			{
				background-color:rgb(113,19,133);
				color:#FFFFFF;
				border:1px #9900CC solid;
				font-weight:bold;
				cursor:pointer;
			}
			
			.btn_press
			{
				background-color:#FFFFFF;
				color:#700280;
				border:1px #9900CC solid;
				font-weight:bold;
				cursor:pointer;
			}
			
			.product_name
			{
				color:rgb(118,23,107);
				font-weight:bold;
			}
			
			.price
			{
				color:rgb(173,20,25);
			}
			
			.bg_box
			{
				background-image:url(../Images/PARTERN.jpg);
				background-repeat:repeat;
			}
			
			.bg_box1
			{
				background-image:url(../Images/PARTERN.jpg);
				width:100%;
			}
			
			.space_box
			{
				height:1100px;
				background-image:url(../Images/space_box.jpg);
				background-repeat:repeat;	
			}
			
			.space_box_right
			{
				height:1100px;
				
				background-color:rgb(241,205,205);
			}
			
			.space_box_main
			{
				height:850px;
				border:2px rgb(228,135,249) solid;
				background-color:#FDF4FD;
			}
			
			.normal
			{
				color:#FFFFFF;
				font-weight:bold;
			}
			
			.press
			{
				color:#FFCCFF;
				font-weight:bold;
			}
/*+----------------------------------------------------------------+*/
/*+    3. Header                                                   +*/
/*+           3.1 Branding                                         +*/
/*+----------------------------------------------------------------+*/
				p#authenticationNavigation {
					text-align: right;
					margin-bottom: 5px;
					padding: 4px 20px 4px 0px;
					background-color: rgb(80,90,102);
					color: #ffffff;
				}
				
				p#authenticationNavigation a:hover,
				p#authenticationNavigation a {
					color: #FFFFFF;
					text-decoration: underline;
				}
				
				#branding h1 a img{
					position: relative;
					top: 0px;
					left: 0px;
				}
				
				#branding h1 {
					/*height: 75px;*/
				}
				
				#slogan {
					display: block;
					position: relative;
					top: 22px;
					width: 234px;
					text-align: right;
					font-weight: bold;
				}
				
				#footer img,
				#promoteCenterofEducation img,
				#branding img {
					border: none;
				}
				
				#branding h1 {
					width: 100%;
				}
/*+----------------------------------------------------------------+*/
/*+    3. Header                                                   +*/
/*+           3.2 Search Form                                      +*/
/*+----------------------------------------------------------------+*/
				
				#header #login
				{
					color:#FFFFFF;
					margin:1px 0px 5px 0px;
					width:98.75%;
					padding:5px;	
					text-align:right;
				}
						
				div.Advertisement {
					display: block;
					margin: 5px 0px 0px 0px;
					text-align: center;
				}
				
				div.Advertisement a#fullBanner {
					overflow: hidden;
					margin: 10px 0px 8px 0px;
					float: right;
					width:55%;
				}
				
				#branding h1{
					width: auto;
					float: left;
				}
				
				#branding .logo
				{
					background-image:url(../Images/logo.png);
					width:212px;
					height:70px;
				}
				
				#bottomRightConner {
					overflow: hidden;
					width: 100%;
				}
			
/*+----------------------------------------------------------------+*/
/*+    4.  Main Content                                            +*/
/*+----------------------------------------------------------------+*/
				/*Hack IE 6*/
				#mainContent {
					margin-top: 5px;
					width: 77%;
					margin-right:5px;
					margin-bottom: 10px;
					float:left; 
					overflow: hidden;		
				}

				body > #mainContent {
					margin-top: 5px;
					width: 77%;
					margin-right:5px;
					margin-bottom: 10px;
					float:left; 
					overflow: hidden;
				}
				/*End Hack*/
				
				#mainContentHome {
					margin-top: 5px;
					width: 674px;
					
					margin-bottom: 10px;
					float:left; 
					overflow: hidden;
				}
				
/*+----------------------------------------------------------------+*/
/*+    4.  Main Content                                            +*/
/*+		   3.2.1 Page Navigation                                   +*/
/*+----------------------------------------------------------------+*/
				/*IE 6 Hack: Bug jumping content when mouse over*/
				div#pagingNavigation {
					/*Work with IE6.0*/
					width: 90%;
					padding: 5px 0px;			
					margin:20px 0px 20px 0px;
					float:left;
					text-align:center;
				}
				
				div>div#pagingNavigation {
					/*Override hack with FF and IE7.0 + */
					width: 100%;
					text-align: center;
					margin: 0px;
				}				
				/*End IE 6 Hack*/
				
				#pagingNavigation a, #pagingNavigation a:link, #pagingNavigation a:active {
					padding: 0.25% 1.5% 0.25% 1.5%; 
					margin: 0.5%;
					text-decoration: none;
					border: 1px solid #680082;
					color: #680082;	
					background-color: #FDF4FD;	
				}
				
				#pagingNavigation a:hover {	
					color: #ffffff;
					background-color: #700280;
				}
				
				#pagingNavigation span.pages {
					font-weight: bold;
					padding: 0.25% 1% 0.25% 1%; 
					margin: 0.5%;
				}
				
				#pagingNavigation span.current {
					padding: 0.25% 2% 0.25% 2%; 
					margin: 0.25%;
					font-weight: bold;
					border: 1px solid #680082;
					color: #680082;
					background-color: #FFFFFF;
				}
				
				.pagingNavigation span.extend {
					padding: 0.25% 2% 0.25% 2%; 
					margin: 0.25%;	
					border: 1px solid #680082;
					color: #680082;
					background-color: #FFFFFF;
				}			
								
					
/*+----------------------------------------------------------------+*/
/*+    5. Footer                                                   +*/
/*+----------------------------------------------------------------+*/
			#footer {
				padding: 10px 2% 10px 2%;
				clear: both;
				overflow:hidden;
				width: 96%;
				color: #ffffff;
				
			}
			
			#copyRight,
			#courteousNavigation {
				width: 60%;
				float: left; 
				overflow: hidden;
			}
			#courteousNavigation ul {
				overflow: hidden;
			}
			
			#courteousNavigation li {
				width: auto;
				float: left;
				padding: 0px 10px 0px 10px;
				border-left: solid 1px #ffffff;
			}
			
			#courteousNavigation li.First{ 
				padding-left: 0px;
				border-left: none !important;
			}
			
			#footer a {
				color: #ffffff;
				text-decoration: none;
			}	
			
			#courteousNavigation .logo
			{
				background-image:url(../Images/footer.gif);
				width:112px;
				height:40px;
				border:1px;
			}		
			
			#copyRight {
				padding-top: 5px;
				padding-bottom: 10px;
				font-weight: bold;
			}
			
			#powerbyTrucTin {
				margin-top: 10px;
				float: right;
			}
/*+----------------------------------------------------------------+*/
/*+    7. Top_Navigation                                               +*/
/*+----------------------------------------------------------------+*/
			
			#top_navigation{
				background-image:url(../Images/navigation.jpg);
				background-repeat:repeat-x;		
				border:2px rgb(230,146,205) solid;
				padding:1px 3px 1px 4px;
				height:26px;
				clear:both;	
			}
			
			#top_navigation a{
				color:rgb(144,54,183);
				cursor:pointer;				
			}
			
			#top_navigation .menu
			{
				
				width:119px;
				border:1px rgb(233,188,219) solid;
				float:left;
				text-align:center;
				color:rgb(144,54,183);
				cursor:pointer;			
				padding:5px 0px 4px 0px;
				font-weight:bold;
			}
			
			#top_navigation .mainMenu
			{
				padding:5px 0px 4px 0px;
				width:119px;
				border:1px rgb(209,92,173) solid;
				float:left;
				text-align:center;
				color:rgb(235,223,237);
				background-color:rgb(221,132,198);
				background-image:url(../Images/icon-navigation.gif);
				background-position:center top;
				background-repeat:no-repeat;
				font-weight:bold;
				cursor:pointer;	
			}
			
			#top_navigation .mainMenu a{
				color:rgb(235,223,237);	
				cursor:pointer;		
			}
	
/*+----------------------------------------------------------------+*/
/*+    7. Left-Menu                                               +*/
/*+----------------------------------------------------------------+*/	
			#left-menu
			{
				float:left;
				width:21%;
				margin:5px 5px 0px 0px;
				overflow:hidden;
			}
			
			#search_by
			{
				border:2px rgb(228,135,249) solid;
				margin-bottom:5px;
				padding:1px 0px 1px 0px;
				background-color:rgb(248,241,248);
			}
			
			#search_by a
			{
				color:#680082;
			}
			
			#search_by a:hover
			{
				font-weight:bold;
			}
			
			.name_menu
			{
				background-image:url(../Images/bong-co-van.jpg);
				background-repeat:repeat-x;
				padding:5px 0px 5px 6%;
				font-weight:bold;
				color:rgb(235,223,237);	
				width:94%;
			}
			
			.name_menu2
			{
				background-image:url(../Images/menu.jpg);
				font-weight:bold;
				color:rgb(235,223,237);	
				width:100%;	
			}
			
			.name_menu1
			{
				background-image:url(../Images/bong-co-van.jpg);
				background-repeat:repeat-x;
				padding:5px 0px 5px 14%;
				font-weight:bold;
				color:rgb(235,223,237);	
				width:86%;
			}
			.name_menu3
			{
				background-image:url(../Images/bong-co-van.jpg);
				background-repeat:repeat-x;
				padding:5px 0px 5px 11%;
				font-weight:bold;
				color:rgb(235,223,237);	
				width:89%;
			}
		
			a{
				color:#680082;
			}
			
			#search_by ul
			{
				padding:5px 5px 0px 5px;
				color:rgb(99,11,133);
				background-color:rgb(248,241,248);
				border:1px rgb(242,217,246) solid;
			}
			
			#search_by ul li
			{
				border-bottom:1px #666666 dotted;
				margin-bottom:7px;
				background-image:url(../Images/bullet_leftmenu.gif);
				background-repeat:no-repeat;
				padding:1px 0px 5px 15px;
				background-position:0px 3px;
			}
			
	
/*+----------------------------------------------------------------+*/
/*+    7. Right-Menu                                               +*/
/*+----------------------------------------------------------------+*/	
		
			
			#right_menu
			{
				float:right;
				width:28.5%;
				margin-top:5px;
				overflow:hidden;
			}
		
/*+----------------------------------------------------------------+*/
/*+    Box_new_item                                               +*/
/*+----------------------------------------------------------------+*/	

			#box_new_item
			{
				border:2px rgb(228,135,249) solid;
				margin-bottom:5px;
				padding:1px 1px 1px 1px;
				background-image:url(../Images/nen-bong.jpg);
				background-repeat:no-repeat;	
				background-position:bottom left;
				overflow:hidden;
				height:305px;
			}
			
			#box_new_item img
			{
				border:1px solid #999999;
			}
			
			#box_new_item .left_container
			{
				width:62%;
				float:left;
				padding:5px 10px 10px 20px;
				color:#AE1EAE;
				font-weight:bold;
			}
			
			#box_new_item .right_container
			{
				padding:5px 2px 5px 0px;
				text-align:right;
			}
			
/*+----------------------------------------------------------------+*/
/*+    Box_sales_item                                               +*/
/*+----------------------------------------------------------------+*/	
			#box_sales_item
			{
				border:2px rgb(228,135,249) solid;
				margin-bottom:5px;
				overflow:hidden;	
				text-align:center;
				padding:1px 1px 10px 1px;
				
			}
			
			#box_sales_item img
			{
				border:#999999 1px solid
			}
			#box_sales_item .container
			{
				border:1px rgb(242,217,246) solid;		
			}
			
			#box_sales_item .sale_item
			{
				width:33%;
				color:rgb(141,30,169);
				float:left;
				margin:15px 0px 15px 0px;
				overflow:auto;
				height:160px;
		
			}
			
			
			
/*+----------------------------------------------------------------+*/
/*+    Box_guide_item                                               +*/
/*+----------------------------------------------------------------+*/

			#box_guide_item
			{
				border:2px rgb(228,135,249) solid;
				margin-bottom:5px;	
				padding:1px;
				width:60%;
				float:left				
			}
			
			#box_guide_item img
			{
				float:left;
				margin:2px 10px 1px 2px;
				border:1px solid #999999;
			}
			
			#box_guide_item .main_guide
			{
				padding:1px;			
			}
			
			#box_guide_item .other_guide
			{
				color:#680082;
				clear:both;
				padding:10px 5px 10px 20px;
			}
			
			#box_guide_item ul
			{
				padding:5px 0px 0px 20px;
			}
			
			#box_guide_item ul li
			{
				background-image:url(../Images/home_bullet.gif);
				background-repeat:no-repeat;
				background-position: 0px 3px;
				padding-left:10px;
				margin-bottom:5px;
			}
/*+----------------------------------------------------------------+*/
/*+    Box_new                                               +*/
/*+----------------------------------------------------------------+*/		
			#box_news
			{
				border:2px rgb(228,135,249) solid;
				margin-bottom:5px;
				background-color:#FDF4FD;	
				padding:1px;
			}	
			
			#box_news img
			{
				float:left;
				margin:5px 5px 1px 2px;
				border:1px solid #999999;
			}
			
			#box_news .main_news
			{
				padding:2px 10px 5px 10px;
				border:1px rgb(242,217,246) solid;
				height:271px;
				overflow:auto;
			}
			
			#box_news .other_news
			{
				color:#680082;
				clear:both;
				padding:10px;
			}
			
			#box_news ul
			{
				padding:5px 0px 0px 20px;
			}
			
			#box_news ul li
			{
				background-image:url(../Images/home_bullet.gif);
				background-repeat:no-repeat;
				background-position: 0px 3px;
				padding-left:10px;
				margin-bottom:5px;
			}
/*+----------------------------------------------------------------+*/
/*+    Box_services                                              +*/
/*+----------------------------------------------------------------+*/			
			#box_services
			{
				border:2px rgb(228,135,249) solid;
				padding:1px;
				margin-bottom:5px;
				margin-top:5px;
				height:305px;
				background-color:#FDF4FD;
			}
			
			#box_services ul
			{
				padding:20px 0px 0px 10px;
				
			}
			
			#box_services  .services1
			{
				background-image:url(../Images/right_bullet1.gif);
				background-repeat:no-repeat;
				background-position: 0px 3px;
				margin-bottom:20px;
				padding:5px 5px 10px 50px;
				font-weight:bold;
			}
			
			#box_services  .services2
			{
				background-image:url(../Images/right_bullet2.gif);
				background-repeat:no-repeat;
				background-position: 0px 3px;
				margin-bottom:20px;
				padding:5px 5px 10px 50px;
				font-weight:bold;
			}
			
			#box_services a:hover
			{
				text-decoration:underline;
			}
			
/*+----------------------------------------------------------------+*/
/*+    Box_ques_answer                                             +*/
/*+----------------------------------------------------------------+*/	

			#box_ques_answer
			{
				border:2px rgb(228,135,249) solid;
				padding:1px;
				margin-bottom:5px;
				background-color:#FDF4FD;
			}
			
			#box_ques_answer .container
			{
				padding:5px 10px 10px 10px;
				border:1px rgb(242,217,246) solid;
			}
			
			#box_ques_answer img
			{
				border:1px #999999 solid;
			}
			
/*+----------------------------------------------------------------+*/
/*+    Box_product_details                                         +*/
/*+----------------------------------------------------------------+*/

			#box_product_details
			{
				border:2px rgb(228,135,249) solid;
				padding:1px 1px 3px 1px;
				margin-bottom:5px;
				overflow:hidden;				
			}
			
			#box_product_details img
			{
				border:1px #999999 solid;
			}
			
			#box_product_details .left_container
			{
				width:50%;
				float:left;
				padding:5px 0px 0px 5px;
			
			}
			
			#box_product_details .right_container
			{
				width:33%;
				float:left;
				padding:15px 0px 0px 5px;

			}
			
			#box_product_details .cart
			{
				margin:20px 0px 0px 10px;
				background-image:url(../Images/cart.gif);
				width:113px;
				height:21px;
				cursor:pointer;
				border:1px rgb(197,139,224) solid;		
			}
			
			
/*+----------------------------------------------------------------+*/
/*+    Box_advide                                        		   +*/
/*+----------------------------------------------------------------+*/

			#box_advide
			{
				background-image:url(../Images/bg_box.gif);
				background-repeat:repeat-x;
				border:2px rgb(228,135,249) solid;
				padding:1px 1px 20px 1px;
				background-color:#FEEDFE;
			}
			
			#box_advide .title_advide
			{
				margin:0px 15px 10px 15px;
				padding:10px 0px 5px 0px;
				border-bottom:1px #680082 solid;
				font-weight:bold;
				color:#680082;	
			}
			
			#box_advide .content
			{
				margin:0px 15px 10px 15px;
				padding:10px 0px 5px 0px;
				text-align:justify;
				background-color:#FDF4FD;
			}
			
/*+----------------------------------------------------------------+*/
/*+    Box_same_type                                        		   +*/
/*+----------------------------------------------------------------+*/

			#box_same_item
			{
				border:2px rgb(228,135,249) solid;
				padding:1px;
				margin-bottom:5px;
				background-color:#FDF4FD;
				overflow:hidden;
				
			}
			
			#box_same_item img
			{
				border:1px rgb(197,139,224) solid;
			}
			
			#box_same_item .same_item
			{
				float:left;
				width:50%;
				margin:5px 0px 0px 0px;
				text-align:center;
				height:155px;
				overflow:auto;
			}
/*+----------------------------------------------------------------+*/
/*+    Box_cart                                              +*/
/*+----------------------------------------------------------------+*/

			#box_cart
			{
				border:2px rgb(228,135,249) solid;
				padding:1px;
				margin-bottom:5px;
				background-color:#FDF4FD;
				
			}
			
			#box_cart .container
			{
				padding:10px;
				
			}
			
/*+----------------------------------------------------------------+*/
/*+    Box_list_product                                              +*/
/*+----------------------------------------------------------------+*/

			#box_list_product
			{
				border:2px rgb(228,135,249) solid;
				padding:1px 1px 20px 1px;
				margin-bottom:5px;	
				overflow:hidden;				
			}
			
			#box_list_product img
			{
				border:1px rgb(197,139,224) solid;
	
			}
			
			#box_list_product .container
			{
				padding:5px 10px 20px 10px;
				text-align:center;
				color:rgb(141,30,169);
			}
			
			#box_list_product .list_item
			{
				width:33.3%;
				float:left;
				text-align:center;
				margin:20px 0px 0px 0px;
				height:190px;
			}
			
			 #box_list_product .add_cart
			{
				background-image:url(../Images/add_cart.gif);
				width:72px;
				height:21px;
				margin:0 auto;
				border:1px rgb(197,139,224) solid;
				cursor:pointer;
			}
			
			
			#box_home_list_product
			{
				border:2px rgb(228,135,249) solid;
				padding:1px 1px 20px 1px;
				margin-bottom:5px;	
				overflow:hidden;				
			}
			
			#box_home_list_product img
			{
				border:1px rgb(197,139,224) solid;
	
			}
			
			#box_home_list_product .container
			{
				padding:5px 10px 20px 10px;
				text-align:center;
				color:rgb(141,30,169);
			}
			
			#box_home_list_product .list_item
			{
				width:19.8%;
				float:left;
				text-align:left;
				margin:10px 0px 0px 0px;
				height:180px;
			}
			
			 #box_list_product .add_cart
			{
				background-image:url(../Images/add_cart.gif);
				width:72px;
				height:21px;
				margin:0 auto;
				border:1px rgb(197,139,224) solid;
				cursor:pointer;
			}
			
/*+----------------------------------------------------------------+*/
/*+    Box_signup                                              +*/
/*+----------------------------------------------------------------+*/

			#box_signup
			{
				border:2px rgb(228,135,249) solid;
				padding:1px 1px 20px 1px;
				margin-bottom:5px;	
				margin-top:5px;
				overflow:hidden
			}
			
			#box_signup .container
			{
				padding:10px 20px 20px 20px;
			}
			
			#box_signup .title
			{
				padding:0px 0px 10px 0px;
				border-bottom:1px #680082 solid;
				margin-top:30px;
				width:60%;
				font-weight:bold;
				color:#680082;
			}
			
/*+----------------------------------------------------------------+*/
/*+    Box_view_cart                                                  +*/
/*+----------------------------------------------------------------+*/

			#box_view_cart
			{
				border:2px rgb(228,135,249) solid;
				padding:1px 1px 20px 1px;
				margin-bottom:5px;	
				margin-top:5px;
			}
			
			 #cart
			{
				background-image:url(../Images/gio-hang_03.gif);
				background-repeat:repeat-x;
				margin:35px;
				width:90%;
				border:1px #999999 solid;
				padding-left:10px;
			}
			
/*+----------------------------------------------------------------+*/
/*+    Box_address_trade                                                  +*/
/*+----------------------------------------------------------------+*/

			#address_trade
			{
				border:2px rgb(228,135,249) solid;
				padding:1px 1px 20px 1px;
				margin-bottom:5px;	
				margin-top:5px;
			}
			
			#address_trade .container
			{
				padding:20px 30px 20px 30px; 
			}
			
			#address_trade .title
			{
				padding:0px 0px 10px 0px;
				border-bottom:1px #680082 solid;
				margin-top:30px;
				width:90%;
				font-weight:bold;
				color:#680082;
				margin-bottom:10px;
			}
			
			#address_trade .note
			{
				background-image:url(../Images/gio-hang_03.gif);
				background-repeat:repeat-x;
				margin:0px 0px 20px 0px;
				clear:both;
				padding:20px;
			}
			
/*+----------------------------------------------------------------+*/
/*+    Box_finish_trade                                                  +*/
/*+----------------------------------------------------------------+*/

			#finish_trade
			{
				border:2px rgb(228,135,249) solid;
				padding:1px 1px 20px 1px;
				margin-bottom:5px;
				margin-top:5px;
			
			}
			
			#finish_trade .note
			{
				padding:20px;
				font-weight:bold;
				color:#000000;
				text-align:center;
			}
			
			#finish_trade .title
			{
				padding:0px 0px 10px 0px;
				border-bottom:1px #680082 solid;
				margin-top:30px;
				width:90%;
				font-weight:bold;
				color:#680082;
				margin-bottom:10px;
				margin-left:20px;
			}
	
/*+----------------------------------------------------------------+*/
/*+    box_blog                                              +*/
/*+----------------------------------------------------------------+*/	

			#box_blog
			{
				border:2px rgb(228,135,249) solid;
				padding:1px 1px 10px 1px;
				margin-bottom:5px;
				overflow:hidden;	
			}	
			
			#box_blog .blog
			{
				clear:both;
				overflow:hidden;	
				margin-bottom:20px
			}	
			
			#box_blog .title
			{
				margin:20px 10px 10px 10px;
				overflow:hidden;
			}
			
			#box_blog .content
			{
				margin:0px 10px 0px 10px;
				
			}	
			
			#box_blog .summary
			{
				text-align:justify;
			}
			
			.view_details
			{
				text-align:right;
				margin-right:5%;
				background-image:url(../Images/bullet_leftmenu.gif);
				background-repeat:no-repeat;
				background-position:center right;
				padding-right:13px;
			}
			
			.view_details a
			{
				color:rgb(88,27,105);	
			}
			
			.view_all
			{
				margin-right:3%;
				text-align:right;
				border-top:1px #680082 dotted;
				margin-top:20px;
				color:#680082;
				padding-top:10px;
				font-weight:bold;
				clear:both;
			}
			
			#box_blog_details .content_blog
			{
				padding:10px 10px 10px 10px;
				text-align:justify;
				clear:both
			}
			
			#box_blog_details
			{
				border:2px #F8BEF7 solid;
				margin-bottom:5px;
				padding-bottom:10px;
				overflow:hidden;	
			}	
			
			#guide
			{
				margin-top:5px;
				border:2px #F8BEF7 solid;
			}
			
			#guide .container
			{
				padding:30px;
				
						
			}
			
