html, body
	{
		background-color:#000;
		margin:0px; padding:0px;
		/* background-image:url('./images/bgr.gif'); background-repeat:repeat-x; */
		/* height:100%; min-height:100%; */
	}
*	{
		font-family:Arial,Verdana,sans-serif; font-size:12px; text-decoration:none;
		color:#999;
	}

a,a:link,a:visited	{ color:#00f; }
a:hover							{ color:#c00; text-decoration:underline; }

img	{ border:0px; padding:0px; margin:0px; }
img.acc
	{
		border:1px solid #666;
	}
hr
	{
		height:0px; font-size:0px; margin:5px 0px 5px 0px;
		border:0px; border-bottom:1px solid #CCC;
	}

/* FIRST PAGE STYLES */
div.inPage
	{
		width:750px; height:400px;
		text-align:center; border:1px solid #c0c0c0;
	}
span.intros
	{ font-size:11px; color:#666; }
a.intros,a.intros:link,a.intros:visited,a.intros:active
	{ font-size:11px; color:#666; text-decoration:underline; }

/* OWN CSS STYLES */
a.top,a.top:link,a.top:visited,a.top:active
	{
		margin-right:25px;
		color:#468; font-weight:bold; text-decoration:none;
		/*border-bottom:2px solid #999; */ padding-bottom:1px;
	}
a.top:hover { color:#000; text-decoration:none; border-bottom:2px solid #C61E1E; }

td	{ color:#999; }
td.left_side
	{ width:175px; border-right:1px solid #555; border-bottom:1px solid #555; }
td.right_side
	{ width:175px; border-left:1px solid #555; border-bottom:1px solid #555; text-align:left; }
td.center_side
	{
		border-top:1px solid #555; width:400px;
		background-image:url('images/inner_bgr.jpg'); background-repeat:no-repeat;
		background-position:top;
	}
div.padding
	{ margin:0px 5px 5px 5px; }

a.mRight,a.mRight:link,a.mRight:visited,a.mRight:active
	{
		display:block; font-weight:bold;
		color:#CCC; padding-left:10px;
		text-decoration:none; width:165px; height:25px; line-height:25px;
		vertical-align:middle;
		background-image:url('images/m1.jpg');
		border-top:1px solid #555;
	}
a:hover.mRight
	{
		text-decoration:none; color:#FC5;
		background-image:url('images/m2.jpg');
		border-top:1px solid #555;
	}

div.inners
	{
		margin:0px 10px 0px 10px; text-align:left;
	}
img.in
	{
		border:1px solid #FC9;
		margin:0px 10px 0px 0px;
	}
#prices td
	{
		text-align:center; color:#000;
	}
#prices b { color:#000; }

#prices form,textarea,input
	{
		color:#359;
	}
	#prices ul li strong.red{ color:#ff0000; font-size:17px; line-height:25px; font-style:italic}
/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

	div.pictureHolder .top .left { background: url(images/prettyPhoto/tl.gif) top left no-repeat; } /* Top left corner */
	div.pictureHolder .top .middle { background: #fff; } /* Top pattern/color */
	div.pictureHolder .top .right { background: url(images/prettyPhoto/tr.gif) top left no-repeat; } /* Top right corner */
	
	div.pictureHolder .content { background-color: #fff; } /* Content background */
	div.pictureHolder .content a.next:hover { background: url(images/prettyPhoto/btnNext.gif) center right no-repeat; cursor: pointer; } /* Next button */
	div.pictureHolder .content a.previous:hover { background: url(images/prettyPhoto/btnPrevious.gif) center left no-repeat; cursor: pointer; } /* Previous button */
	div.pictureHolder .content a.close { width: 61px; height: 22px; background: url(images/prettyPhoto/btnClose.gif) center left no-repeat; cursor: pointer; } /* Close button */
	
	div.pictureHolder .bottom .left { background: url(images/prettyPhoto/bl.gif) top left no-repeat; } /* Bottom left corner */
	div.pictureHolder .bottom .middle { background: #fff; } /* Bottom pattern/color */
	div.pictureHolder .bottom .right { background: url(images/prettyPhoto/br.gif) top left no-repeat; } /* Bottom right corner */
	
	div.pictureHolder .loaderIcon { background: url(images/prettyPhoto/loader.gif) top left no-repeat; } /* Loader icon */

/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.prettyPhotoOverlay {
		background: #000;
		position: absolute; top: 0; left: 0;
		z-index: 9500;
		width: 100%;
	}
	
	div.pictureHolder {
		position: absolute; z-index: 10000;
		width: 100px;
	}
		
		div.pictureHolder .top {
			position: relative;
			height: 20px;
		}
			* html div.pictureHolder .top { padding: 0 20px; }
		
			div.pictureHolder .top .left {
				position: absolute;
				left: 0;
				width: 20px; height: 20px;
			}
			div.pictureHolder .top .middle {
				position: absolute;
				left: 20px; right: 20px;
				height: 20px;
			}
				* html div.pictureHolder .top .middle { position: static; }
			
			div.pictureHolder .top .right {
				position: absolute;
				top: 0; left: auto; right: 0;
				width: 20px; height: 20px;
			}
		
		div.pictureHolder .content {
			position: relative;
			text-align: left;
			width: 100%; height: 40px;
		}
		
			div.pictureHolder .content .details {
				display: none;
				margin: 10px 15px 0 20px;
			}
				div.pictureHolder .content .details p { float: left; clear: left; margin: 0; }
		
		div.pictureHolder .content div.hoverContainer {
			position: absolute; z-index: 2000;
			top: 0; left: 0;
			width: 100%;
		}
		
		div.pictureHolder .content a.next {
			position: relative; z-index: 2000;
			display: block; float: right;
			text-indent: -10000px;
			width: 49%; height: 100%;
			background: url(images/en/buttons/btnNext.gif) 10000px 50% no-repeat; /* Need to be defined that way to fix an IE bug */
		}	
			
		div.pictureHolder .content a.previous {
			cursor: pointer;
			display: block;
			text-indent: -10000px;
			width: 49%; height: 100%;
			background: url(images/en/buttons/btnPrevious.gif) -10000px 50% no-repeat; /* Need to be defined that way to fix an IE bug */ 
		}
			
		div.pictureHolder .content a.close {
			float: right;
			display: block;
			text-indent: -10000px;
		}
		
		div.pictureHolder .bottom {
			position: relative;
			height: 20px;
		}
			* html div.pictureHolder .bottom { padding: 0 20px; }
			
			div.pictureHolder .bottom .left {
				position: absolute;
				left: 0;
				width: 20px; height: 20px;
			}
			div.pictureHolder .bottom .middle {
				position: absolute;
				left: 20px; right: 20px;
				height: 20px;
			}
				* html div.pictureHolder .bottom .middle { position: static; }
				
			div.pictureHolder .bottom .right {
				position: absolute;
				top: 0; left: auto; right: 0;
				width: 20px; height: 20px;
			}
		
		div.pictureHolder .loaderIcon {
			display: none;
			position: absolute;
			top: 50%; left: 50%;
			margin: -16px 0 0 -16px;
			width: 32px; height: 32px;
		}
		
		div.pictureHolder #fullResImageContainer { width: 100%; text-align: center; }
