
/***************************  Copyrights 2008 for Pissbagproductions.com  ***************************

This sites, text, coding, CSS and programming belongs and is copyrighted to "RE Productions Ltd" 
Any one found copying, using or cloning this material will be prosecuted in their own country 
to the fullest extent of the law!

************************************ YOU HAVE BEEN WARNED!!! ***************************************/


@charset "utf-8";

:active, :focus { outline-style: none; -moz-outline-style:none; }

body {
	background: #000000;
	margin: 0;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #a19f9f;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

img {
        border:0px;
}

p {
    line-height: normal;
    padding: 0;
    margin: 0;
    color: #a19f9f;
}

.twoColFixRtHdr #container {
	width: 924px;
	margin: 0 auto;
	/* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	/* this overrides the text-align: center on the body element. */
	background-image: url(/images/background2.jpg);
	background-position: left 110px;
	background-repeat: repeat-y;
}
.twoColFixRtHdr #container #bg {
	background-image: url(/images/bg.gif);
	background-position: left 112px;
	background-repeat: repeat-y;
	
}
.twoColFixRtHdr #header {
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	height: 112px;
	width: 924px;
}

.twoColFixRtHdr #header h1 {
	margin: 0;
	/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	/* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 215px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.twoColFixRtHdr #mainContent {
	width: 645px;
	margin-left: 30px;
	position: relative;
	margin-top: 20px;
}

#mainContent #content {
	background-image: url(/images/content-background.gif);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: -20px;
	margin-right: 0px;
	margin-left: 0px;
}

#mainContent #content  a {
    color: #fe0000;
}

#mainContent #content  b {
    color: #950000;
}


#mainContent #content h1 {
    font-size: 21px;
    margin-left: 20px;
    padding-bottom: 10px;
}


#mainContent #content #details {
	margin-left: 20px;
	width: 310px;
}

#mainContent #content #details td {
	margin-left: 0px;
}

#mainContent #content #photo {
	width: 200px;
	margin-left: 10px;
	margin-right: 0px;
	float: right;
	position: relative;
}

#mainContent #content #photo #englare {
	margin-left: -20px;
	margin-top: 5px;
	text-align: center;
}

#mainContent #content #decription {
	position: relative;
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 30px;
	padding-bottom: 20px;
}
#mainContent #content #decription p {
    line-height: normal;
    padding: 0;
    margin: 0;
}

#mainContent #content #movie-title {
	height: 50px;
}


.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	line-height: 1.3em;
}

.twoColFixRtHdr #footer p {
	margin: 0;
	/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px 0;
	/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
	color: #999999;
	text-align: center;
}

.fltrt {
	/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft {
	/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat {
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

#mainContent #title {
	padding: 0px;
	margin-top: 0px;
        height: 106px;
        background-image: url(/images/title-header.gif);
	background-repeat: no-repeat;
}

#mainContent #title img{
	padding-left:62px;
        padding-top:8px;
}

#sidebar1 #signin {
	height: 59px;
	width: 197px;
	margin-top: 53px;
}

#sidebar1 img {
	border: 0px;
}

#sidebar1 #cart {
	height: 97px;
	width: 197px;
	margin-top: 15px;
	background-image: url(/images/cart-content.png);
	background-repeat: no-repeat;
}

#sidebar1 #cart #total {
	padding-top: 33px;
	padding-left: 40px;
	padding-bottom: 14px;
}

#sidebar1 #cart img {
	margin-top: 0px;
}

#sidebar1 #categories {
	height: 97px;
	width: 197px;
	margin-top: 15px;
	
}
#sidebar1 li{
        margin: -2;
padding: 0px;
}

#sidebar1 #informations {
	height: 97px;
	width: 197px;
	margin-top: 140px;
}

#sidebar1 #we-accept {
	height: 195px;
	width: 197px;
	margin-top: 170px;
	background-image: url(/images/we-accept.png);
	background-repeat: no-repeat;
}
#sidebar1 #we-accept img {
	margin-top: 40px;
}
#warning {
	padding:30px;
}
#warning a {
    color: #fe0000;
}

#agreement {
	padding-left: 55px;
}

#agreement label {
	font-weight: normal;
	font-size: 12px;
}
#register {
	padding-right: 0px;
}
#register label {
	padding-top: 2px;
	padding-right: 5px;
	font-weight: normal;
	font-size: 12px;
	width:190px;
}

form #signin {
	padding-left: 40px;
}
form #login {
	margin-left: 10px;
}

.normal {
	font-size: 12px;
}

input, select, option, checkbox {
	background-color: #000000;
	border:1px;
	border-style:solid;
	padding: 2px;
	border-color: #555555;
	color: #999999;
	font-size: 14px;
}
#controls {
	font-size: 14px;
	color: #fe0000;
}
	