div#dvd_container img {

margin:10px 0 0 26px;
}
div#dvd_container_big {
width:260px;
float:left;
}

div#dvd_container_big img {
position:absolute;
margin:10px 0 0 35px;
}
div#dvd_case {
background:url(images/dvd_case.png);
position:relative;
z-index:5;
width:160px;
height:202px;
cursor:pointer;
}
div#dvd_box {
background:url(images/dvd_box.png);
position:relative;

width:260px;
height:328px;
} 

.spoiler_head {
  color: #2A2A2A;
  font-weight: bold;
  border: 1px solid #C3CBD1;
  border-left: 3px solid #C3CBD1;
  padding: 3px;
  background:#E9E9E6;
  cursor: pointer;
}

.spoiler_body {
  border: 1px solid #C3CBD1;
  border-left: 3px solid #C3CBD1;
  border-top: none;
  padding: 3px;
  background:#F5F5F5;
}  


/* dock - top */
img {
    border: none;
}
.dock {
    position: relative;
    height: 50px;
    text-align: center;
}
.dock-container {
    position: absolute;
    height: 50px;
    background: url(images/dock-bg2.gif);
    padding-left: 20px;
}
a.dock-item {
    display: block;
    width: 40px;
    color: #000;
    position: absolute;
    top: 0px;
    text-align: center;
    text-decoration: none;
    font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
    border: none;
    margin: 5px 10px 0px;
    width: 100%;
}
.dock-item span {
    display: none;
    padding-left: 20px;
}

div#ajaxerror {
    background: #FFDDDD url(images/err.gif) no-repeat 5px 50%;
    padding:5px 5px 5px 24px;
    text-align:left;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#333;
    font-size:11px;
    }
div#ajaxsuccess {
    background: #E7FFCE url(images/succ.gif) no-repeat 5px 50%;
    padding:5px 5px 5px 24px;
    text-align:left;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#333;
    font-size:11px;
}

div#ajaxerror {
    background: #FFDDDD url(images/err.gif) no-repeat 5px 50%;
    padding:5px 5px 5px 24px;
    text-align:left;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#333;
    font-size:11px;
    }
div#ajaxsuccess {
    background: #E7FFCE url(images/succ.gif) no-repeat 5px 50%;
    padding:5px 5px 5px 24px;
    text-align:left;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#333;
    font-size:11px;
    }

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 165px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

/* General font families for common tags */
font,th,td,p { font-family: Tahoma; font-size: 12px; }
a:link,a:active,a:visited { color : #3c4650; text-decoration: none; font-size: 12px; }
a:hover		{ text-decoration: underline; color : #3c4650; }
hr {
border-top: #bab3c0 1px solid; 
border-bottom: #ffffff 1px solid; 
border-left: #bab3c0 1px solid; 
border-right: #ffffff 1px solid;
height: 2px;
width: 100%;
}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #F0F0F0; border: 0px #F0F0F0 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #F0F0F0; border: 0px #F0F0F0 solid; }

td.content {
font-size: 10px;
color : #3c4650; 
text-decoration: none;
font-family: Tahoma;
}

/* Main table cell colours and backgrounds */
td.row1	{
background-image: url(../../../themes/XsV1/images/row1.gif);
background-repeat: repeat-x;
background-color : #F0F0F0;
font-family: Tahoma;
font-size: 10px;
color: #3c4650;
border-top: #bab3c0 1px solid; 
border-bottom: #ffffff 1px solid; 
border-left: #bab3c0 1px solid; 
border-right: #ffffff 1px solid;
}

td.row2	{
background-image: url(../../../themes/XsV1/images/row2.gif);
background-repeat: repeat-x;
background-color : #e0dfe1;
font-family: Tahoma;
font-size: 10px;
color: #3c4650;
border-top: #bab3c0 1px solid; 
border-bottom: #ffffff 1px solid; 
border-left: #bab3c0 1px solid; 
border-right: #ffffff 1px solid;
}

td.row3	{
background-image: url(../../../themes/XsV1/images/row3.gif);
background-repeat: repeat-x;
background-color : #d2cfd5;
font-family: Tahoma;
font-size: 10px;
color: #3c4650;
border-top: #bab3c0 1px solid; 
border-bottom: #ffffff 1px solid; 
border-left: #bab3c0 1px solid; 
border-right: #ffffff 1px solid;
}

td.rowpic {
background-image: url(../../../themes/XsV1/images/row3.gif);
background-repeat: repeat-x;
background-color : #d2cfd5;
font-family: Tahoma;
font-size: 10px;
color: #3c4650;
border-top: #bab3c0 1px solid; 
border-bottom: #ffffff 1px solid; 
border-left: #bab3c0 1px solid; 
border-right: #ffffff 1px solid;
}


th	{ 
background-image: url(../../../themes/XsV1/images/row3.gif);
background-repeat: repeat-x;
background-color : #d2cfd5;
font-family: Tahoma;
font-size: 10px;
color: #3c4650;
border-top: #bab3c0 1px solid; 
border-bottom: #ffffff 1px solid; 
border-left: #bab3c0 1px solid; 
border-right: #ffffff 1px solid;
font-weight : bold;
height: 22px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-color : #F0F0F0;
height: 22px;
}


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/

th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
font-weight: bold; 
background-color : #F0F0F0;
border-top: #bab3c0 1px solid; 
border-bottom: #ffffff 1px solid; 
border-left: #bab3c0 1px solid; 
border-right: #ffffff 1px solid;
height: 22px;
}
td.row3Right,td.spaceRow {
background-color : #F0F0F0;
border-top: #bab3c0 1px solid; 
border-bottom: #ffffff 1px solid; 
border-left: #bab3c0 1px solid; 
border-right: #ffffff 1px solid;
 }

td.catHead { 
background-image: url(../../../themes/XsV1/images/row3.gif);
background-repeat: repeat-x;
background-color : #d2cfd5;
font-family: Tahoma;
font-size: 10px;
color: #3c4650;
border-top: #bab3c0 1px solid; 
border-bottom: #ffffff 1px solid; 
border-left: #bab3c0 1px solid; 
border-right: #ffffff 1px solid;
font-weight : bold;
height: 22px;
}
td.catSides	 { 
background-color : #F0F0F0;
border-top: #bab3c0 1px solid; 
border-bottom: #ffffff 1px solid; 
border-left: #bab3c0 1px solid; 
border-right: #ffffff 1px solid;
}
td.catRight	 { 
background-color : #F0F0F0;
border-top: #bab3c0 1px solid; 
border-bottom: #ffffff 1px solid; 
border-left: #bab3c0 1px solid; 
border-right: #ffffff 1px solid;
}
td.catLeft	  { 
background-color : #F0F0F0;
border-top: #bab3c0 1px solid; 
border-bottom: #ffffff 1px solid; 
border-left: #bab3c0 1px solid; 
border-right: #ffffff 1px solid;
}
td.catBottom  { 
background-color : #F0F0F0;
border-top: #bab3c0 1px solid; 
border-bottom: #ffffff 1px solid; 
border-left: #bab3c0 1px solid; 
border-right: #ffffff 1px solid;
}



/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
font-weight: bold; 
font-size: 14px; 
font-family: Tahoma;
text-decoration: none; line-height : 120%; color : #243644;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 12px; }
.gensmall { font-size : 12px; }
.gen,.genmed,.gensmall { color : #243644; }
a.gen,a.genmed,a.gensmall { color : #243644; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #3c4650; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 10px; color : #243644; }
a.mainmenu		{ text-decoration: none; color : #243644;  }
a.mainmenu:hover{ text-decoration: line-through; color : #3c4650; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 10px ; letter-spacing: 0px; color : #243644}
a.cattitle		{ text-decoration: none; color : #243644; }
a.cattitle:hover{ text-decoration: line-through; color : #3c4650; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 10px; color : #243644; }
a.forumlink 	{ text-decoration: none; color : #243644; }
a.forumlink:hover{ text-decoration: line-through; color : #3c4650; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{  font-size: 10px; text-decoration: none; color : #243644; }
a.nav			{ text-decoration: none; color : #243644; }
a.nav:hover		{ text-decoration: line-through; color : #3c4650; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
td.hdnav			{  font-size: 10px; text-decoration: none; color : #243644; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 10px; color : #243644; }
a.topictitle:link   { text-decoration: none; color : #243644; }
a.topictitle:visited { text-decoration: none; color : #243644; }
a.topictitle:hover	{ text-decoration: line-through; color : #3c4650; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 10px; color : #243644;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #243644; }


/* The content of the posts (body of text) */
.postbody { font-size : 10px;}
a.postlink:link	{ text-decoration: none; color : #243644; }
a.postlink:visited { text-decoration: none; color : #243644; }
a.postlink:hover { text-decoration: line-through; color : #3c4650; }


/* Quote & Code blocks */
.code {
background-image: url(../../../themes/XsV1/images/input1.gif);
background-repeat: repeat-x;
background-color : #F0F0F0;
font-family: Tahoma;
font-size: 10px;
color: #3c4650;
border-top: #bab3c0 1px solid; 
border-bottom: #ffffff 1px solid; 
border-left: #bab3c0 1px solid; 
border-right: #ffffff 1px solid;
}

.quote {
background-image: url(../../../themes/XsV1/images/input1.gif);
background-repeat: repeat-x;
background-color : #F0F0F0;
font-family: Tahoma;
font-size: 10px;
color: #3c4650;
border-top: #bab3c0 1px solid; 
border-bottom: #ffffff 1px solid; 
border-left: #bab3c0 1px solid; 
border-right: #ffffff 1px solid;
}

/*Error Messages*/
td.error { 
font-size: 16px; 
color: red;
font-weight : 400;
background-color : #F0F0F0;
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Tahoma; color: #243644; text-decoration: none;}
a.copyright		{ font-size: 10px; color: #243644; text-decoration: none;}
a.copyright:link   { font-size: 10px; text-decoration: none; color : #243644; }
a.copyright:visited { font-size: 10px; text-decoration: none; color : #243644; }
a.copyright:hover { font-size: 10px; color : #3c4650; text-decoration:underline;}

.footmsg		{ font-size: 10px; font-family: Tahoma; color: #F0F0F0; text-decoration: none;}
a.footmsg		{ font-size: 10px; color: #F0F0F0; text-decoration: none;}
a.footmsg:link   { font-size: 10px; text-decoration: none; color : #F0F0F0; }
a.footmsg:visited { font-size: 10px; text-decoration: none; color : #F0F0F0; }
a.footmsg:hover { font-size: 10px; color : #3c4650; text-decoration: underline;}

.darknav		{ font-size: 10px; font-family: Tahoma; color: #F0F0F0; text-decoration: none;}
td.darknav		{ font-size: 10px; font-family: Tahoma; color: #F0F0F0; text-decoration: none;}
a.darknav		{ font-size: 10px; color: #F0F0F0; text-decoration: none;}
a.darknav:link   { font-size: 10px; text-decoration: none; color : #F0F0F0; }
a.darknav:visited { font-size: 10px; text-decoration: none; color : #F0F0F0; }
a.darknav:hover { font-size: 10px; color : #3c4650; text-decoration: underline;}

/* Form elements */
input,textarea, select {
background-image: url(../../../themes/XsV1/images/input1.gif);
background-repeat: repeat-x;
background-color : #F0F0F0;
font-family: Tahoma;
font-size: 10px;
color: #3c4650;
border-top: #bab3c0 1px solid; 
border-bottom: #ffffff 1px solid; 
border-left: #bab3c0 1px solid; 
border-right: #ffffff 1px solid;
}

/* The text input fields background colour */
input.post, textarea.post, select {
background-image: url(../../../themes/XsV1/images/input1.gif);
background-repeat: repeat-x;
background-color : #F0F0F0;
font-family: Tahoma;
font-size: 10px;
color: #3c4650;
border-top: #bab3c0 1px solid; 
border-bottom: #ffffff 1px solid; 
border-left: #bab3c0 1px solid; 
border-right: #ffffff 1px solid;
}

/* Start replacement - Advanced time management MOD */
/* input { text-indent : 2px; }
/* End replacement - Advanced time management MOD */

/* The buttons used for bbCode styling in message post */
input.button {
background-image: url(../../../themes/XsV1/images/row3.gif);
background-repeat: repeat-x;
background-color : #F0F0F0;
font-family: Tahoma;
font-size: 10px;
color: #3c4650;
border-top: #ffffff 1px solid; 
border-bottom: #bab3c0 1px solid; 
border-left: #ffffff 1px solid; 
border-right: #bab3c0 1px solid;
}

/* The main submit button option */
input.mainoption {
background-image: url(../../../themes/XsV1/images/row3.gif);
background-repeat: repeat-x;
background-color : #F0F0F0;
font-family: Tahoma;
font-size: 10px;
color: #3c4650;
border-top: #ffffff 1px solid; 
border-bottom: #bab3c0 1px solid; 
border-left: #ffffff 1px solid; 
border-right: #bab3c0 1px solid;
font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
background-image: url(../../../themes/XsV1/images/row3.gif);
background-repeat: repeat-x;
background-color : #F0F0F0;
font-family: Tahoma;
font-size: 10px;
color: #3c4650;
border-top: #ffffff 1px solid; 
border-bottom: #bab3c0 1px solid; 
border-left: #ffffff 1px solid; 
border-right: #bab3c0 1px solid;
font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { 
background-image: url(../../../themes/XsV1/images/row3.gif);
background-repeat: repeat-x;
background-color : #F0F0F0;
font-family: Tahoma;
font-size: 10px;
color: #3c4650;
border-top: #bab3c0 1px solid; 
border-bottom: #ffffff 1px solid; 
border-left: #bab3c0 1px solid; 
border-right: #ffffff 1px solid;
}


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
/*@import url("formIE.css");*/