@charset "UTF-8";
/* CSS Document */

/* FONT EMBEDDING
*************************/

@font-face {
	font-family: 'ThonburiBold';
	src: url('fonts/thonburibold-webfont.eot');
	src: local(''), url('fonts/thonburibold-webfont.woff') format('woff'), url('fonts/thonburibold-webfont.ttf') format('truetype'), url('fonts/thonburibold-webfont.svg#webfontkdANGrrx') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ThonburiRegular';
	src: url('fonts/thonburi-webfont.eot');
	src: local(''), url('fonts/thonburi-webfont.woff') format('woff'), url('fonts/thonburi-webfont.ttf') format('truetype'), url('fonts/thonburi-webfont.svg#webfontWCT1b51X') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Define Body
*************************/

*
{
	margin: 0;
	padding: 0;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

em strong, strong em {
	font-weight:bold; font-style:italic;
}

body {
	font-family: Thonburi, Verdana, Arial;
	font-size: 14px;
	color: #000;
/*	background: #FFF url(images/misslilybg.jpg) repeat-x;*/
}

#header {
	background: #ffeaf5 url(images/header_tile.gif) top repeat-x;
	color: #424242;
	height: 118px;
}

#flagbar {
	background: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #C0C0C0;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	position: absolute;
	top: 14px;
	right: 670px;
	height: 35px;
	float: right;
	z-index: 9999;
	text-align: center;
	line-height: 35px;
}

#flagbar img {
	border: none;
	margin: 3px;
	margin-top: 11px;
	margin-bottom: 11px;
	line-height: 35px;
	vertical-align: middle;
}

#memberbar {
	background: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #C0C0C0;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	position: absolute;
	top: 14px;
	right: 430px;
	width: 230px;
	height: 35px;
	float: right;
	z-index: 9999;
	text-align: center;
	line-height: 35px;
	text-decoration: none;
}

#memberbar img {
	vertical-align: bottom;
	border: none;
}

#yelyobar {
	background: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #C0C0C0;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	position: absolute;
	top: 14px;
	right: 10px;
	width: 410px;
	height: 35px;
	float: right;
	z-index: 9999;
	text-align: center;
}

#headermarquee {
	font-size: 0.9em;
	white-space: nowrap;
}

/* DROPDOWN TOP MENU
*************************/


/* links
*************************/

a.topmenu:link, a.topmenu:visited, a.topmenu:hover, a.topmenu:active
{
	text-decoration: none;
}

/* inline elements
*************************/

strong
{
	font-weight: bold;
}

/* tabs
*************************/

ul.tabs
{
	display: table;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	white-space: no wrap;
}

ul.tabs li
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-cell;
	float: left;
	position: relative;
}

ul.tabs a
{
	position: relative;
	display: block;
}

/* dropdowns
*************************/

ul.dropdown
{
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 100%;
	width: 250px;
	display: none;
	left: 0;
}

ul.dropdown ul.dropdown
{
	top: 0;
	left: 95%;
}

ul.dropdown li
{
	margin: 0;
	padding: 0;
	float: none;
	position: relative;
	list-style: none;
	display: block;
}

ul.dropdown li a
{
	display: block;
}


/* menu-specifc
*************************/

#menu
{
	position: relative;
	z-index: 5;
	top: 64;
	left: 0;
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size:0.9em;
	background: #C0C0C0 url(images/topbg.gif) repeat-x;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	white-space: nowrap;
}

#menu ul
{
	margin: 0 auto;
}

#menu ul li.hasmore
{
	background: url(images/drophighlight.png) no-repeat center 27px;
}

#menu ul li h4
{
	margin: 0;
}

#menu ul li h4 a
{
	color: #000;
	font-weight: bold;
	padding: 0 15px;
}

#menu ul li a
{
	color: #424242;
	font-weight: bold;
	padding-left: 4px;
	text-shadow: 1px 1px 1px #C0C0C0;
}

#menu ul li a img
{
	vertical-align: middle;
}

#menu ul li a:hover
{
	background: url(images/topselectionleft.png) top left no-repeat;
}

#menu ul li a span
{
	display: block;
	padding: 0 15px 0 11px;
}

#menu ul li a:hover span
{
	background: url(images/topselectionright.png) top right;
	color: #fff;
    font-weight: bold;
	text-shadow: 0px -1px 0px #992667;
}

#menu ul.dropdown
{
	padding: 10px;
	background-image: url(images/dropdown.png);
	overflow:hidden;
	border-bottom: 1px solid #C0C0C0;
	width: 180px;
}

#menu ul.dropdown li a
{
	border-bottom: 1px solid #FED2EC;
	line-height: 30px;
	overflow: hidden;
	height: 30px;
}

#menu ul.dropdown li.last a
{
	border-bottom-width: 0;
}

#menu ul.dropdown li a:hover
{
	background: url(images/menuarrow.png) no-repeat left center;
}

#menu ul li h4 a:hover
{
	background-image: none;
}

/* BODY WRAPPER
*************************/

.topwrapper {
	position: relative;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border:0;
	width: 1100px;
	overflow: hidden;/*auto;*/
}

.productwrapper {
	position: relative;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border:0;
	width: 1100px;
	overflow: auto;
}

.bodywrapper {
	top: 0;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0;
	border:0;
	width: 1100px;
}

/* Left Menu
*************************/

.leftpanel {
	float: left;
	position: relative;
	width: 186px;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
	border-color: #C0C0C0;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.drawer {
	background: #FFF;
	color:#76797C;
	font-size:11px;
	line-height: 25px;
}

.boxcap {
	height:5px;
	left:0pt;
	position:absolute;
	width:100%;
	background:transparent url(http://images.apple.com/downloads/images/sidenav_capbottom.png) no-repeat scroll 0%;
	margin-top:-5px;
}

.captop {
	background-image:url(http://images.apple.com/downloads/images/box_188captop.png);
	bottom:auto;
	top:0pt;
	margin-top:0;
}

.drawers {
	margin-bottom:15px;
	color:#76797C;
	font-size:11px;
	line-height: 18px;
}

.drawers a, .drawers a:visited {
	color:#424242;
	text-decoration:none;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}

.drawers a:hover {
	color:#000;
	text-decoration:none;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight: bold;	
}

.drawer li {
	border-bottom:1px solid #FED2EC;
	line-height:16px;
	padding:6px 0pt;
}

ul {
	list-style: none;
	padding: 0;
}

ul.drawers {
	margin: 0;
}

.drawer-handle {
	background: #FED2EC url(images/leftmenu.gif) repeat-x;
	color:#000;
	cursor:default;
	font-size:12px;
	font-weight:normal;
	height:25px;
	line-height:25px;
	margin-bottom:0pt;
	text-indent:15px;
	width:100%;
}

.drawer-handle.open {
	background: #E062A9 url(images/leftmenu_active.gif) repeat-x;
	color:#000;
	font-weight: bold;
	text-shadow: 1px 1px 1px #FCB7D2;
}

.drawer ul {
	padding: 0 12px;
	padding-bottom:0pt;
}

.drawer-content ul {
	padding-top: 7px;
}

.drawer-content li a {
	display:block;
	overflow:hidden;
}

/* MEMBER SIGNIN INPUT FORM
*************************/

#inputArea {
	font-size: 11px;
	background-color: #ffeaf5;
	padding: 2px;
	width: 158px;
	text-align: center;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#inputArea input, #inputArea textarea {
	font-size: 11px;
	color: #CD0074;
	margin: auto;
	margin-bottom: 1px;
	display: block;
	padding: 0px;
	width: 156px;
}

#inputArea .form_button {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 1px;
	display: block;
	padding: 0px;
	width: 100px;
	background-image: none;
	background-color: #E269AE;
}

#inputArea a {
	font-size: 9px;
}

.activeField {
	background-image: none;
	background-color: #ffffff;
	border: solid 1px #CD0074;
}

.idle {
	border: solid 1px #F9CEE7;
	background-image: url('images/form_bg.png');
	background-repeat: repeat-x;
	background-position: top;
}

/* MAIN CONTENT
*************************/

.rightpanel {
	float: left;
	margin: 0;
	width: 902px;
}

.productpanel {
	float: left;
	margin: 0;
	width: 902px;
	position:absolute:
	top:0px;
	left:200px;
/*	background:#FFF;*/
}

.topcontent {
	margin: 0;
	margin-left: 10px;	
	padding: 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
	background: #FFF;
	border-width: 1px;
	border-style: solid;
	border-color: #C0C0C0;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.topcontentheader {
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
	text-shadow: 1px 1px 1px #C0C0C0;
	margin: 0px;
	margin-left: 10px;
	width: 882px;
	padding-left: 10px;
	padding-right: 10px;
	height: 25px;
	background: #C0C0C0 url(images/contentheader.gif);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C0C0C0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C0C0C0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C0C0C0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.topcontentbody {
	margin: 0px;
	margin-left: 10px;
	padding: 10px;
	width: 882px;
	height: auto;
	overflow: auto;
	background: #FFF;
	border-width: 1px;
	border-style: solid;
	border-color: #C0C0C0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.topcontentbody .normalParagraph {
	font-family: Thonburi, Verdana, Arial;
	font-size: 14px;
	text-decoration: none;
	text-align: justify;
	margin-bottom: 10px;
}

.topcontentbody a.normalParagraph, .topcontentbody a.normalParagraph:visited {
	color: #CD0074;
}

.topcontentbody a.normalParagraph:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.topcontentbody h1, .topcontentbody h2, .topcontentbody h3 {
	color: #CD0074;
	margin-bottom: 10px;
}

.topcontentbody h1 {
	font-size: 20px;
}

.topcontentbody h2 {
	font-size: 18px;
}

.topcontentbody h3 {
	font-size: 16px;
}

.topcontentbody h4 {
	color: #CD0074;
	font-size: 14px;
	font-weight: normal;
}

.topcontentbody ul {
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: square;
}

.topcontentbody ul.none {
	margin-left: 10px;
	list-style-position: outside;
	list-style-type: none;
}

.topcontentbody ol {
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: decimal;
}

.topcontentbody span.leftimage {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	color: #CD0074;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.topcontentbody span.leftimage img {
	border: solid;
	border-width: 1px;
	border-color: #C0C0C0;
}

.topcontentbody span.rightimage {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	color: #CD0074;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.topcontentbody span.rightimage img {
	border: solid;
	border-width: 1px;
	border-color: #C0C0C0;
}

.topcontentbody div.normalimage {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	color: #CD0074;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.topcontentbody div.normalimage img {
	border: solid;
	border-width: 1px;
	border-color: #C0C0C0;
}

.topcontentbody span.leftimagenoborder {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	color: #CD0074;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.topcontentbody span.leftimagenoborder img {
}

.topcontentbody span.rightimagenoborder {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	color: #CD0074;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.topcontentbody span.rightimagenoborder img {
}

.topcontentbody div.normalimagenoborder {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	color: #CD0074;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.topcontentbody div.normalimagenoborder img {
}

.topcontentbody .toggleheader {
	color: #424242;
	font-size: 16px;
	line-height: 30px;
}

.topcontentbody .togglecontent {
}

.promotionContent {
	margin: 0;
	margin-left: 10px;	
	width: 902px;
	height: auto;
	background: #FFF;
	border-width: 1px;
	border-style: solid;
	border-color: #C0C0C0;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.contentfull {
	margin: 0px;
	width: 1100px;
	height: 407px;
	background: #FFF;
	border-width: 1px;
	border-style: solid;
	border-color: #C0C0C0;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.contentheader {
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
	text-shadow: 1px 1px 1px #C0C0C0;
	margin: 0px;
	width: 1100px;
	height: 25px;
	background: #EBEBEB url(images/contentheader.gif);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C0C0C0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C0C0C0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C0C0C0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.content {
	margin: 0px;
	padding: 10px;
	width: 1080px;
	background: #FFF;
	border-width: 1px;
	border-style: solid;
	border-color: #C0C0C0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

/* FOOTER LINKS FOR GOOGLEBOTS
*************************/

.footerlinks {
	background: #EBEBEB;
	background-image:url(images/misslilygreybg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 10px;
	border-top: 1px solid #C0C0C0;
	color: #424242;
	font-size: 0.8em;
	text-align: justify;
}

.botLinksContainer {
	text-align: left;
	float: left;
	width: 16.34%;
}

a.botLink, a.botLink:visited {
	color: #424242;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;
	}

a.botLink:hover {
	color: #000;
	font-weight: bold;
}

.ulClass {
	list-style-type: disc;
	padding-left: 10px;
	margin-left: 10px;
	color: #424242;
	text-decoration: none;
}

.clear {
	height:1px;
	font-size:1px;
	float:none;
	clear:both;
}

/* FOOTER TEXT
*************************/

.footerwrapper {
	background: #EBEBEB;
	background-image:url(images/misslilygreybg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 10px;
	color: #424242;
	font-size: 11px;
	text-align: justify;
}

.footertext {
	background: #EBEBEB;
	background-image:url(images/misslilygreybg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;	
	padding-bottom: 10px;
	color: #424242;
	font-size: 11px;
	text-align: justify;
}

a.footertext, a.footertext:visited {
	color: #424242;
}

a.footertext:hover {
	color: #000;
	font-weight: bold;
}

.copyright {
	background: #EBEBEB;
	background-image:url(images/misslilygreybg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0;
	color: #424242;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

/* CATALOG PAGE
*************************/
.mask{
   position: relative;
   overflow: hidden;
   margin: 0px auto;
   width: 100%;   
   
}
.colleft{
   position: relative;
   width: 100%;
   right: 85%;
   padding-top:10px;
   padding-bottom:10px;
   background: #FFF url(images/misslilybg.jpg) repeat-x;
}
.col11{
   position: relative;
   overflow: hidden;
   float: left;
   width: 84%;
   left: 100.5%;
}
.col22{
   position: relative;
   overflow: hidden;
   float: left;
   width: 14%;
   left: 1.5%;
}

/* balloon tooltip */
#screenshot{
	position:absolute;
	display:none;
	color:#fff;
	-moz-box-shadow: 0 0 1px 1px #888;
	-webkit-box-shadow: 0 0 1px 1px#888;
	box-shadow: 0 0 1px 1px #888;
	z-index:999;
	}

/* OTHERS
*************************/

.form_select_medium2{
	COLOR: #000000;
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	BORDER-STYLE: solid;
	BORDER-COLOR: #ffeaf5;/*#003300;*/
	BORDER-WIDTH: 1px;
	WIDTH: 150px;
	margin-top: 3px;
}

.form_button {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 1px;
	display: block;
	padding: 0px;
	width: 100px;
	background-image: none;
	background-color: #E269AE;
}
