/* lolawaxx.css
   Copyright 2008-2009 by Made Headway Limited. */

/* Global styling: */
form, table, td, tr, button, br, img
{
	margin: 0;
	padding: 0;
}
img
{
	border: 0;
}
body 
{ 
	font-family: tahoma, arial, sans;
	font-size:14px;
}
input.text, textarea, select
{
	font-size:12px;
	padding:1px 1px 1px 1px;
    border-top:1px solid #777;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ddd;
    background-color:#fff;
}
em
{
	font-style:normal;
}

a:link
{
	color:#B2A;
}


hr
{
	color:#FFF;
	background-color:#FFF;
	border:0px;
	height:2px;
	width:95%;
}

/* Styles used in page builder */
.pb_tinyComment
{
	font-size: 10px;
	color: #999;
}
.pb_heading
{
	background:#008 url(images/headerEdging.gif) no-repeat bottom left;
	padding:3px 40px 2px 40px;
	margin-top:4px;
	font-size: 18px;
	color: #BBB;
	font-weight: bold; 
	width:670px;
}
.pb_subHeading 
{
	background:#D5528F url(images/subheaderEdging.gif) no-repeat bottom left;
	font-size: 16px; 
	margin-top:4px;
	padding:3px 40px 2px 40px;
	color: #BBB; 	
	font-weight: bold; 
	width:670px;
}
.pb_body
{
	margin-left:20px;
	font-size: 12px; 
	color: #000; 
}
.pb_bullets
{
	margin-left:40px;
	margin-right:40px;
	font-size: 12px;
	color: #222; 
}
.pb_imageCaption 
{
	color: #008;
	font-size: 12px; 
	font-weight: bold; 
}


/*Info pane specifics*/
.infopane .pb_body
{
	color:#AAF;
}

.infopane .pb_heading
{
	background:#008 url(images/headerEdging-ip.gif) no-repeat bottom left;
	color: #BBB;
	width:370px;
}
.infopane .pb_subHeading 
{
	background:#D5528F url(images/subheaderEdging-ip.gif) no-repeat bottom left;
	color: #BBB;
	width:370px; 	
}

/* Dialog styles */
.lolawaxx_dialog
{
	border:2px solid #00F;
	background-color:#FFFFFF;
	
	color: #5B7196;
	font-size: 12px;  
}
.lolawaxx_titlebar
{
	cursor:default;
	clear:both;
	padding:0em 0em 0em 0.2em;

	background-color:#F93215;
	color: #FFFFFF;
	font-size: 13px; 
	font-weight: bold; 
}
.editButton
{
	float:right;
	margin:2px;
	cursor:pointer;
}

/* Edit interface */
.unselTab
{
	cursor:pointer;
	background-color:#EEEEEE;
	border-bottom:1px solid blue;
	padding:2px 10px 2px 10px;
	text-align:center;

	color: #5B7196;
	font-size: 12px;  
}
.unselTabContent
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	display:none;
}
.selTab
{
	cursor:pointer;
	background-color:#FFFFFF;
	border-top:1px solid blue;
	border-left:1px solid blue;
	border-right:1px solid blue;
	padding:2px 10px 2px 10px;
	text-align:center;

	color: #00F;
	font-size: 12px;  
}
.selTabContent
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;

	color: #00F;
	font-size: 12px;  
}

/* Other general stylings */

.listCallout
{
	margin:2px 10px 0px 0px;
}
.ulImg
{
	text-align:center;
	margin:9px 9px 9px 9px;
}
.divider
{
	clear:both;
}
.dividerHidden
{
	clear:both;
	visibility:hidden;
}
.editPreview
{
	margin:5px 5px 5px 5px;
	border:1px solid blue;
	width:460px;
	height:110px;
	overflow-y:auto;
}

/* Login stuff */
.loginPane
{
	margin:30px 0px 30px 40px;
	border-collapse: collapse;
	border: 2px solid #00F;
}
.mi
{	
	font-style:italic;
	font-size: 13px;
	color: #666666;
}

/* Calendar stuff */
.calendar
{
	font-size: 13px;
}
.calSelected
{
	background-color:#FFFF33;
	color:red;
	font-weight:600;
	cursor:default;
}

.calInMonth
{
	background-color:#FFAA66;
	color:black;
	cursor:default;
}
.calOutMonth
{
	background-color:#66AAFF;
	color:grey;
	cursor:default;
}

.tableHeader td
{
	padding:4px 4px 4px 4px;
}
.tableRowOdd td, .tableRowEven td
{
	padding:1px 4px 1px 4px;
}

.tableHeader
{
	background-color:#CCF;
}
.tableRowOdd 
{
	background-color:#EEE;
}
.tableRowEven
{
	background-color:#DDF;
}

/* New styling *********************************/
/* sliding images */
.lwx_slideImage
{
	position:absolute;
	overflow:hidden;
	width:120px;
	height:120px;

	border-left:1px solid #666;
	border-top:1px solid #666;

	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;

	background-color:#AAA;
}

/* Shopping basket */
.lolawaxx_cartItemContainer
{
	color:#666;
	background-color:#D5BDFF;
	border:1px solid #AAA;
}
.lolawaxx_cartItem
{
	background-color:#FFF;
	padding:10px 20px 8px 20px;
	margin:3px 3px 3px 3px;
	border:1px solid #AAA;
}
.lolawaxx_cartItemImage
{
	float:left;
	margin:3px 20px 3px 3px;
}
.lolawaxx_cartItemTitle
{
	font-size: 14px;
	color: #592F4F;
	font-weight:bold;
	margin-bottom:5px;
}
.lolawaxx_cartItemDescription
{
	clear:right;
}
.lolawaxx_cartItemAddToCart
{
	float:right;
}
.lolawaxx_cartItemBuyNow
{
	float:right;
}

/* Basket */
#basketSummary
{
	text-align:right;
}

/* RSS container */
#rssContainer
{
	position:absolute;
	left:65px;
	width:335px;
	height:14px;
	top:2px;
	overflow:hidden;
	border-right:2px solid #CCC;
	border-left:2px solid #CCC;
}
#rssContent
{
	position:absolute;
	top:0px;
	color:#B2A;
	font-size:12px;
}

#rssContent a:link
{
	font-weight:bold;
	color:#B2A;
}

/* Basket TODO */

/* Look of the player */
.playerButton
{
	position:absolute;
	top:0px;
	width:20px;
	height:20px;
	cursor:pointer;
}

.pb_rw
{
	left:4px;
	background-image:url(images/player_rw.gif);
}
.pb_play
{
	left:24px;
	background-image:url(images/player_play.gif);
}
.pb_ff
{
	left:44px;
	background-image:url(images/player_ff.gif);
}

.playerText
{
	background-image:url(images/player_text.gif);
	position:absolute;
	left:68px;
	top:0px;
	width:128px;
	height:20px;

	color:#B2A;
	font-size:12px;
}
#playerTextContainer
{
	position:absolute;
	left:8px;
	top:3px;
	width:112px;
	height:14px;
	overflow:hidden;
}
#playerTextContent
{
	position:absolute;
	top:0px;
	color:#B2A;
	font-size:12px;
}

