/* All elements to hide */
.display_none_my, #display_none_my {display: none;}

html
{
	height: 100%;
}

body
{
	background: white;
	font-size: 9pt;
	margin: 0px;
}

h1, .title
{

	font-size: 16pt;
	line-height: 150%;
	background: transparent none;
}

h2
{

	font-size: 14pt;
	background: transparent none;
}

a
{
	color: #0096aa;
}

hr
{
	border-top: 1px solid #cc9966;
	border-bottom: 1px solid #FFF;
	border-left: none;
	border-right: none;
	margin: 10px 0px 10px 0px !important;
	margin: 10px 0px 10px 0px
}

.hr_bottom
{
	border-top: 1px solid #e2d1ba;
	border-bottom: 1px solid #FFF;
	border-left: none;
	border-right: none;
	height: 0px !important;
	height: 2px;
	margin: 25px 0px 10px 0px !important;
	padding: 0px;
	margin: 0px 0px 5px 0px
}

img
{
	border: 0px;
}

.content_table
{
	background: transparent none;	
}

.copyright
{
	color: #938676;
	font-size: 9pt;
	line-height: 140%;
	height: 10px;
}


/* styles for shop */

#error
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 25px;
	position: relative;
	font-size: 8pt;
	border-collapse: collapse;
	border: 1px #CA1D13 dashed;
	color: #CA1D13;
background: transparent none;
	width: 450px;
}

#message
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 25px;
	position: relative;
	font-size: 8pt;
	border-collapse: collapse;
	border: 1px #4ba749 dashed;
	color: #4ba749;
background: transparent none;
	width: 450px;
}

#shop_hmy
{
	border-left: 1px solid silver;
	border-top: 1px solid silver;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	font-weight: bold;
	background-color: #ffffcc; /*24acdc*/
	color: #000;
	text-align: center;
	vertical-align: middle;
	border-collapse: collapse;
}

#shop_hmy td
{
	vertical-align: middle;
}

.shop_tablemy tr
{
	border-left: 1px solid silver;
	border-top: 1px solid silver;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
background: transparent none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	vertical-align: middle;
	border-spacing: 0px;
	border-collapse: separate;	
	overflow: hidden;
}


.shop_tablemy td
{
	vertical-align: middle;
}

.shop_block_my
{
background: transparent none;
}

.shop_block_my a
{
	position: relative;
	z-index: 2;
}


.shop_block
{
	border: 1px solid #C6BEA7;
	background-color: #DED9CC;
	padding: 5px 7px;
	margin: 10px 5px 10px 0px;
}

.shop_block a
{
	position: relative;
	z-index: 2;
}


/* END styles for shop */

.stars
{
	margin: 0px;
	padding: 0px;
}

.stars li
{
	margin: 0px;
	padding: 0px;
	width: 16px;
	height: 16px;
	float: left;
	background: url('/images/csg_all_1.gif') no-repeat -50px -816px;
	cursor: pointer;
	list-style-type: none;
}

.stars .curr
{
	margin: 0px;
	padding: 0px;
	width: 16px;
	height: 16px;
	float: left;
	background: none;
	background: url('/images/csg_all_1.gif') no-repeat -50px -948px;
}



/* tabs on a card product */
.section {
background: transparent none;
	margin: 0;
}
ul.tabs {
	height: 28px;
	line-height: 25px;
	list-style: none;
	border-bottom: 1px solid #cc9966; /*DDD*/
background: transparent none;
	margin: 0;
	padding: 0;
}
.tabs li {
	float: none;
	display: none;

	margin: 0 1px -1px 0px;
	padding: 0 8px 1px;
	cursor: pointer;
background: transparent none;
	border: 1px solid #E4E4E4; /*fae8a8*/
	border-bottom: 1px solid #faf4d6;
	/*position: relative;*/

	color: #cc6633; /*#777*/
	font-size: 11pt;
}
.tabs li:hover
{
	color: #F70;
	padding: 0 8px;
	background: #FFFFDF;
	border: 1px solid #FFCA95;
}
.tabs li.current {
background: transparent none;
	padding: 0 8px 2px;
	border: 1px solid #cc9966; /*D4D4D4*/
	border-bottom: 1px solid #fae8a8;

	color: #cc6633;
	font-size: 12pt;
	font-weight: bold;
}

.box {
	display: block;

	border: 1px solid #cc9966;
	border-width: 1px 1px 1px;
background: transparent none;
	padding: 0 12px;
margin-bottom: 50px;
}
.box.visible {
	display: block;
}
/* end tabs on a card product */

